Html Css Color HEX #555EB8 Rich Blue

📋 copy color: '#555EB8'

red 85 ◦ green 94 ◦ blue 184

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

Shades of Rich Blue #555EB8

Tints of Rich Blue #555EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.69%

R = 23.42%
G = 25.9%
B = 50.69%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#555EB8 (or 0x555EB8) is known color: Rich Blue. HEX triplet: 55, 5E and B8. RGB value is (85,94,184). Sum of RGB (Red+Green+Blue) = 85+94+184=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #555EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EB8 is #AAA147. Grayscale: #656565. Windows color (decimal): -11182408 or 12082773. OLE color: 12082773.

HSL color Cylindrical-coordinate representation of color #555EB8: hue angle of 234.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555EB8 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 94 184 -
CMYK 0.54 0.49 0 0.28
HSL 234.55º 0.41% 0.53% -
HSV(B) 234.55º 0.54% 0.72% -
XYZ 16.4 13.4 47.07 -
YUV 101.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 85 94 184 0.54 0.49 0 0.28 234.55 0.41 0.53
Hex 55 5E B8 36 31 0 1C EB 29 35
Octal 125 136 270 66 61 0 34 353 51 65
Binary 1010101 1011110 10111000 110110 110001 0 11100 11101011 101001 110101

Color Harmonies of #555EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EB8

Black with #555EB8

Text Example


Text Example

White with #555EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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