Html Css Color HEX #555BBD Rich Blue

📋 copy color: '#555BBD'

red 85 ◦ green 91 ◦ blue 189

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

Shades of Rich Blue #555BBD

Tints of Rich Blue #555BBD

RGB

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

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

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

R = 23.29%
G = 24.93%
B = 51.78%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555BBD (or 0x555BBD) is known color: Rich Blue. HEX triplet: 55, 5B and BD. RGB value is (85,91,189). Sum of RGB (Red+Green+Blue) = 85+91+189=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #555BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BBD is #AAA442. Grayscale: #636363. Windows color (decimal): -11183171 or 12409685. OLE color: 12409685.

HSL color Cylindrical-coordinate representation of color #555BBD: hue angle of 236.54º 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 #555BBD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 91 189 -
CMYK 0.55 0.52 0 0.26
HSL 236.54º 0.44% 0.54% -
HSV(B) 236.54º 0.55% 0.74% -
XYZ 16.67 13.09 49.79 -
YUV 100.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 85 91 189 0.55 0.52 0 0.26 236.54 0.44 0.54
Hex 55 5B BD 37 34 0 1A ED 2C 36
Octal 125 133 275 67 64 0 32 355 54 66
Binary 1010101 1011011 10111101 110111 110100 0 11010 11101101 101100 110110

Color Harmonies of #555BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BBD

Black with #555BBD

Text Example


Text Example

White with #555BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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