Html Css Color HEX #5558BD Rich Blue

📋 copy color: '#5558BD'

red 85 ◦ green 88 ◦ blue 189

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

Shades of Rich Blue #5558BD

Tints of Rich Blue #5558BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 23.48%
G = 24.31%
B = 52.21%

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

#5558BD (or 0x5558BD) is known color: Rich Blue. HEX triplet: 55, 58 and BD. RGB value is (85,88,189). Sum of RGB (Red+Green+Blue) = 85+88+189=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #5558BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558BD is #AAA742. Grayscale: #626262. Windows color (decimal): -11183939 or 12408917. OLE color: 12408917.

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

Color convert

RGB 85 88 189 -
CMYK 0.55 0.53 0 0.26
HSL 238.27º 0.44% 0.54% -
HSV(B) 238.27º 0.55% 0.74% -
XYZ 16.42 12.58 49.71 -
YUV 98.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 85 88 189 0.55 0.53 0 0.26 238.27 0.44 0.54
Hex 55 58 BD 37 35 0 1A EE 2C 36
Octal 125 130 275 67 65 0 32 356 54 66
Binary 1010101 1011000 10111101 110111 110101 0 11010 11101110 101100 110110

Color Harmonies of #5558BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5558BD

Black with #5558BD

Text Example


Text Example

White with #5558BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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