Html Css Color HEX #555EA8 Rich Blue

📋 copy color: '#555EA8'

red 85 ◦ green 94 ◦ blue 168

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

Shades of Rich Blue #555EA8

Tints of Rich Blue #555EA8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 168 (66.02% from 255) = 48.41%

R = 24.5%
G = 27.09%
B = 48.41%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#555EA8 (or 0x555EA8) is known color: Rich Blue. HEX triplet: 55, 5E and A8. RGB value is (85,94,168). Sum of RGB (Red+Green+Blue) = 85+94+168=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #555EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555EA8 is #AAA157. Grayscale: #636363. Windows color (decimal): -11182424 or 11034197. OLE color: 11034197.

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

Color convert

RGB 85 94 168 -
CMYK 0.49 0.44 0 0.34
HSL 233.49º 0.33% 0.5% -
HSV(B) 233.49º 0.49% 0.66% -
XYZ 14.82 12.76 38.73 -
YUV 99.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 85 94 168 0.49 0.44 0 0.34 233.49 0.33 0.5
Hex 55 5E A8 31 2C 0 22 E9 21 32
Octal 125 136 250 61 54 0 42 351 41 62
Binary 1010101 1011110 10101000 110001 101100 0 100010 11101001 100001 110010

Color Harmonies of #555EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EA8

Black with #555EA8

Text Example


Text Example

White with #555EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,168); }

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

background-color css

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

 a { background-color: rgb(85,94,168); }

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

border-color css

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

 span { border-color: rgb(85,94,168); }

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