Html Css Color HEX #555DB9 Rich Blue

📋 copy color: '#555DB9'

red 85 ◦ green 93 ◦ blue 185

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

Shades of Rich Blue #555DB9

Tints of Rich Blue #555DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 23.42%
G = 25.62%
B = 50.96%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#555DB9 (or 0x555DB9) is known color: Rich Blue. HEX triplet: 55, 5D and B9. RGB value is (85,93,185). Sum of RGB (Red+Green+Blue) = 85+93+185=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #555DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DB9 is #AAA246. Grayscale: #646464. Windows color (decimal): -11182663 or 12148053. OLE color: 12148053.

HSL color Cylindrical-coordinate representation of color #555DB9: hue angle of 235.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555DB9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 93 185 -
CMYK 0.54 0.50 0 0.27
HSL 235.2º 0.42% 0.53% -
HSV(B) 235.2º 0.54% 0.73% -
XYZ 16.42 13.26 47.59 -
YUV 101.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 85 93 185 0.54 0.50 0 0.27 235.2 0.42 0.53
Hex 55 5D B9 36 32 0 1B EB 2A 35
Octal 125 135 271 66 62 0 33 353 52 65
Binary 1010101 1011101 10111001 110110 110010 0 11011 11101011 101010 110101

Color Harmonies of #555DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DB9

Black with #555DB9

Text Example


Text Example

White with #555DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,185); }

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

background-color css

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

 a { background-color: rgb(85,93,185); }

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

border-color css

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

 span { border-color: rgb(85,93,185); }

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