Html Css Color HEX #5558BA Rich Blue

📋 copy color: '#5558BA'

red 85 ◦ green 88 ◦ blue 186

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

Shades of Rich Blue #5558BA

Tints of Rich Blue #5558BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 23.68%
G = 24.51%
B = 51.81%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5558BA (or 0x5558BA) is known color: Rich Blue. HEX triplet: 55, 58 and BA. RGB value is (85,88,186). Sum of RGB (Red+Green+Blue) = 85+88+186=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5558BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558BA is #AAA745. Grayscale: #616161. Windows color (decimal): -11183942 or 12212309. OLE color: 12212309.

HSL color Cylindrical-coordinate representation of color #5558BA: hue angle of 238.22º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5558BA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 88 186 -
CMYK 0.54 0.53 0 0.27
HSL 238.22º 0.42% 0.53% -
HSV(B) 238.22º 0.54% 0.73% -
XYZ 16.1 12.46 48.01 -
YUV 98.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 85 88 186 0.54 0.53 0 0.27 238.22 0.42 0.53
Hex 55 58 BA 36 35 0 1B EE 2A 35
Octal 125 130 272 66 65 0 33 356 52 65
Binary 1010101 1011000 10111010 110110 110101 0 11011 11101110 101010 110101

Color Harmonies of #5558BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5558BA

Black with #5558BA

Text Example


Text Example

White with #5558BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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