Html Css Color HEX #555BBC Rich Blue

📋 copy color: '#555BBC'

red 85 ◦ green 91 ◦ blue 188

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

Shades of Rich Blue #555BBC

Tints of Rich Blue #555BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 23.35%
G = 25%
B = 51.65%

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

#555BBC (or 0x555BBC) is known color: Rich Blue. HEX triplet: 55, 5B and BC. RGB value is (85,91,188). Sum of RGB (Red+Green+Blue) = 85+91+188=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #555BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BBC is #AAA443. Grayscale: #636363. Windows color (decimal): -11183172 or 12344149. OLE color: 12344149.

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

Color convert

RGB 85 91 188 -
CMYK 0.55 0.52 0 0.26
HSL 236.5º 0.43% 0.54% -
HSV(B) 236.5º 0.55% 0.74% -
XYZ 16.56 13.04 49.22 -
YUV 100.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 85 91 188 0.55 0.52 0 0.26 236.5 0.43 0.54
Hex 55 5B BC 37 34 0 1A ED 2B 36
Octal 125 133 274 67 64 0 32 355 53 66
Binary 1010101 1011011 10111100 110111 110100 0 11010 11101101 101011 110110

Color Harmonies of #555BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BBC

Black with #555BBC

Text Example


Text Example

White with #555BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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