Html Css Color HEX #555BBB Rich Blue

📋 copy color: '#555BBB'

red 85 ◦ green 91 ◦ blue 187

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

Shades of Rich Blue #555BBB

Tints of Rich Blue #555BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 23.42%
G = 25.07%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#555BBB (or 0x555BBB) is known color: Rich Blue. HEX triplet: 55, 5B and BB. RGB value is (85,91,187). Sum of RGB (Red+Green+Blue) = 85+91+187=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #555BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BBB is #AAA444. Grayscale: #636363. Windows color (decimal): -11183173 or 12278613. OLE color: 12278613.

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

Color convert

RGB 85 91 187 -
CMYK 0.55 0.51 0 0.27
HSL 236.47º 0.43% 0.53% -
HSV(B) 236.47º 0.55% 0.73% -
XYZ 16.46 13 48.66 -
YUV 100.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 85 91 187 0.55 0.51 0 0.27 236.47 0.43 0.53
Hex 55 5B BB 37 33 0 1B EC 2B 35
Octal 125 133 273 67 63 0 33 354 53 65
Binary 1010101 1011011 10111011 110111 110011 0 11011 11101100 101011 110101

Color Harmonies of #555BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BBB

Black with #555BBB

Text Example


Text Example

White with #555BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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