Html Css Color HEX #555EBC Rich Blue

📋 copy color: '#555EBC'

red 85 ◦ green 94 ◦ blue 188

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

Shades of Rich Blue #555EBC

Tints of Rich Blue #555EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 23.16%
G = 25.61%
B = 51.23%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555EBC (or 0x555EBC) is known color: Rich Blue. HEX triplet: 55, 5E and BC. RGB value is (85,94,188). Sum of RGB (Red+Green+Blue) = 85+94+188=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #555EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EBC is #AAA143. Grayscale: #656565. Windows color (decimal): -11182404 or 12344917. OLE color: 12344917.

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

Color convert

RGB 85 94 188 -
CMYK 0.55 0.50 0 0.26
HSL 234.76º 0.43% 0.54% -
HSV(B) 234.76º 0.55% 0.74% -
XYZ 16.83 13.57 49.31 -
YUV 102.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 85 94 188 0.55 0.50 0 0.26 234.76 0.43 0.54
Hex 55 5E BC 37 32 0 1A EB 2B 36
Octal 125 136 274 67 62 0 32 353 53 66
Binary 1010101 1011110 10111100 110111 110010 0 11010 11101011 101011 110110

Color Harmonies of #555EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EBC

Black with #555EBC

Text Example


Text Example

White with #555EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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