#555AFF (or 0x555AFF) is unknown color: approx Neon Blue. HEX triplet: 55, 5A and FF. RGB value is (85,90,255). Sum of RGB (Red+Green+Blue) = 85+90+255=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #555AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AFF is #AAA500. Grayscale: #6A6A6A. Windows color (decimal): -11183361 or 16734805. OLE color: 16734805.
HSL color Cylindrical-coordinate representation of color #555AFF: hue angle of 238.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555AFF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #555aff; } p { color: rgb(85,90,255); } H1.HeaderClassName { color: #555aff; } .AnyTagClassName { color: #555aff; } </style>
<style> a { background-color: #555aff; } a { background-color: rgb(85,90,255); } div.DivClassName { background-color: #555aff; } .BgClassName { background-color: #555aff; } </style>
<style> span { border-color: #555aff; } span { border-color: rgb(85,90,255); } td.TdClassName { border-color: #555aff; } .TagClassName { border-color: #555aff; } </style>