Html Css Color HEX #5557BC Rich Blue

📋 copy color: '#5557BC'

red 85 ◦ green 87 ◦ blue 188

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

Shades of Rich Blue #5557BC

Tints of Rich Blue #5557BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

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

R = 23.61%
G = 24.17%
B = 52.22%

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

#5557BC (or 0x5557BC) is known color: Rich Blue. HEX triplet: 55, 57 and BC. RGB value is (85,87,188). Sum of RGB (Red+Green+Blue) = 85+87+188=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #5557BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557BC is #AAA843. Grayscale: #616161. Windows color (decimal): -11184196 or 12343125. OLE color: 12343125.

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

Color convert

RGB 85 87 188 -
CMYK 0.55 0.54 0 0.26
HSL 238.83º 0.43% 0.54% -
HSV(B) 238.83º 0.55% 0.74% -
XYZ 16.23 12.38 49.11 -
YUV 97.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 85 87 188 0.55 0.54 0 0.26 238.83 0.43 0.54
Hex 55 57 BC 37 36 0 1A EF 2B 36
Octal 125 127 274 67 66 0 32 357 53 66
Binary 1010101 1010111 10111100 110111 110110 0 11010 11101111 101011 110110

Color Harmonies of #5557BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557BC

Black with #5557BC

Text Example


Text Example

White with #5557BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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