#555FAB

Color #555FAB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #555FAB

Tints of Rich Blue #555FAB

Color information

#555FAB (or 0x555FAB) is unknown color: approx Rich Blue. HEX triplet: 55, 5F and AB. RGB value is (85,95,171). Sum of RGB (Red+Green+Blue) = 85+95+171=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #555FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAB is #AAA054. Grayscale: #646464. Windows color (decimal): -11182165 or 11231061. OLE color: 11231061.

HSL color Cylindrical-coordinate representation of color #555FAB: hue angle of 233.02º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555FAB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8595171-
CMYK0.500.4400.33
HSL233.02º33.86%50.2%-
HSV(B)233.02º50.29%67.06%-
XYZ15.1913.0640.25-
YUV100.67167.69116.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=24.22%
G=27.07%
B=48.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85951710.500.4400.33233.0233.8650.2
Hex555FAB322C021e92232
Octal12513725362540413514262
Binary1010101101111110101011110010101100010000111101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555FAB; }

 p { color: rgb(85,95,171); }

 H1.HeaderClassName
 {
   color: #555FAB;
 }
 .AnyTagClassName
 {
   color: #555FAB;
 }
</style>
background-color css

<style>
 a { background-color: #555FAB; }

 a { background-color: rgb(85,95,171); }

 div.DivClassName
 {
   background-color: #555FAB;
 }
 .BgClassName
 {
   background-color: #555FAB;
 }
</style>
border-color css

<style>
 span { border-color: #555FAB; }

 span { border-color: rgb(85,95,171); }

 td.TdClassName
 {
   border-color: #555FAB;
 }
 .TagClassName
 {
   border-color: #555FAB;
 }
</style>