Html Css Color HEX #555BA9 Rich Blue

📋 copy color: '#555BA9'

red 85 ◦ green 91 ◦ blue 169

#555BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #555BA9

Tints of Rich Blue #555BA9

RGB

 RED value IS 85 (33.59% from 255) = 24.64%

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 169 (66.41% from 255) = 48.99%

R = 24.64%
G = 26.38%
B = 48.99%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#555BA9 (or 0x555BA9) is known color: Rich Blue. HEX triplet: 55, 5B and A9. RGB value is (85,91,169). Sum of RGB (Red+Green+Blue) = 85+91+169=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #555BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA9 is #AAA456. Grayscale: #616161. Windows color (decimal): -11183191 or 11098965. OLE color: 11098965.

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

Color convert

RGB 85 91 169 -
CMYK 0.50 0.46 0 0.34
HSL 235.71º 0.33% 0.5% -
HSV(B) 235.71º 0.5% 0.66% -
XYZ 14.65 12.28 39.13 -
YUV 98.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 85 91 169 0.50 0.46 0 0.34 235.71 0.33 0.5
Hex 55 5B A9 32 2E 0 22 EC 21 32
Octal 125 133 251 62 56 0 42 354 41 62
Binary 1010101 1011011 10101001 110010 101110 0 100010 11101100 100001 110010

Color Harmonies of #555BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BA9

Black with #555BA9

Text Example


Text Example

White with #555BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,169); }

 H1.HeaderClassName
 {
   color: #555BA9;
 }
 .AnyTagClassName
 {
   color: #555BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(85,91,169); }

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

border-color css

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

 span { border-color: rgb(85,91,169); }

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