Html Css Color HEX #555CBD Rich Blue

📋 copy color: '#555CBD'

red 85 ◦ green 92 ◦ blue 189

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

Shades of Rich Blue #555CBD

Tints of Rich Blue #555CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 23.22%
G = 25.14%
B = 51.64%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555CBD (or 0x555CBD) is known color: Rich Blue. HEX triplet: 55, 5C and BD. RGB value is (85,92,189). Sum of RGB (Red+Green+Blue) = 85+92+189=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #555CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CBD is #AAA342. Grayscale: #646464. Windows color (decimal): -11182915 or 12409941. OLE color: 12409941.

HSL color Cylindrical-coordinate representation of color #555CBD: hue angle of 235.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555CBD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 92 189 -
CMYK 0.55 0.51 0 0.26
HSL 235.96º 0.44% 0.54% -
HSV(B) 235.96º 0.55% 0.74% -
XYZ 16.76 13.26 49.82 -
YUV 100.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 85 92 189 0.55 0.51 0 0.26 235.96 0.44 0.54
Hex 55 5C BD 37 33 0 1A EC 2C 36
Octal 125 134 275 67 63 0 32 354 54 66
Binary 1010101 1011100 10111101 110111 110011 0 11010 11101100 101100 110110

Color Harmonies of #555CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CBD

Black with #555CBD

Text Example


Text Example

White with #555CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,189); }

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

background-color css

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

 a { background-color: rgb(85,92,189); }

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

border-color css

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

 span { border-color: rgb(85,92,189); }

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