Html Css Color HEX #5558BC Rich Blue

📋 copy color: '#5558BC'

red 85 ◦ green 88 ◦ blue 188

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

Shades of Rich Blue #5558BC

Tints of Rich Blue #5558BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 23.55%
G = 24.38%
B = 52.08%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5558BC (or 0x5558BC) is known color: Rich Blue. HEX triplet: 55, 58 and BC. RGB value is (85,88,188). Sum of RGB (Red+Green+Blue) = 85+88+188=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5558BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558BC is #AAA743. Grayscale: #626262. Windows color (decimal): -11183940 or 12343381. OLE color: 12343381.

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

Color convert

RGB 85 88 188 -
CMYK 0.55 0.53 0 0.26
HSL 238.25º 0.43% 0.54% -
HSV(B) 238.25º 0.55% 0.74% -
XYZ 16.31 12.54 49.14 -
YUV 98.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 85 88 188 0.55 0.53 0 0.26 238.25 0.43 0.54
Hex 55 58 BC 37 35 0 1A EE 2B 36
Octal 125 130 274 67 65 0 32 356 53 66
Binary 1010101 1011000 10111100 110111 110101 0 11010 11101110 101011 110110

Color Harmonies of #5558BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5558BC

Black with #5558BC

Text Example


Text Example

White with #5558BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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