Html Css Color HEX #5556BC Rich Blue

📋 copy color: '#5556BC'

red 85 ◦ green 86 ◦ blue 188

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

Shades of Rich Blue #5556BC

Tints of Rich Blue #5556BC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 23.68%
G = 23.96%
B = 52.37%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5556BC (or 0x5556BC) is known color: Rich Blue. HEX triplet: 55, 56 and BC. RGB value is (85,86,188). Sum of RGB (Red+Green+Blue) = 85+86+188=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5556BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556BC is #AAA943. Grayscale: #606060. Windows color (decimal): -11184452 or 12342869. OLE color: 12342869.

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

Color convert

RGB 85 86 188 -
CMYK 0.55 0.54 0 0.26
HSL 239.42º 0.43% 0.54% -
HSV(B) 239.42º 0.55% 0.74% -
XYZ 16.15 12.22 49.08 -
YUV 97.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 85 86 188 0.55 0.54 0 0.26 239.42 0.43 0.54
Hex 55 56 BC 37 36 0 1A EF 2B 36
Octal 125 126 274 67 66 0 32 357 53 66
Binary 1010101 1010110 10111100 110111 110110 0 11010 11101111 101011 110110

Color Harmonies of #5556BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5556BC

Black with #5556BC

Text Example


Text Example

White with #5556BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5556BC; }

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

 H1.HeaderClassName
 {
   color: #5556BC;
 }
 .AnyTagClassName
 {
   color: #5556BC;
 }
</style>

background-color css

<style>
 a { background-color: #5556BC; }

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

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

border-color css

<style>
 span { border-color: #5556BC; }

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

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