Html Css Color HEX #5859BA Rich Blue

📋 copy color: '#5859BA'

red 88 ◦ green 89 ◦ blue 186

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

Shades of Rich Blue #5859BA

Tints of Rich Blue #5859BA

RGB

 RED value IS 88 (34.77% from 255) = 24.24%

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 24.24%
G = 24.52%
B = 51.24%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5859BA (or 0x5859BA) is known color: Rich Blue. HEX triplet: 58, 59 and BA. RGB value is (88,89,186). Sum of RGB (Red+Green+Blue) = 88+89+186=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #5859BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859BA is #A7A645. Grayscale: #636363. Windows color (decimal): -10987078 or 12212568. OLE color: 12212568.

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

Color convert

RGB 88 89 186 -
CMYK 0.53 0.52 0 0.27
HSL 239.39º 0.42% 0.54% -
HSV(B) 239.39º 0.53% 0.73% -
XYZ 16.46 12.76 48.05 -
YUV 99.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 88 89 186 0.53 0.52 0 0.27 239.39 0.42 0.54
Hex 58 59 BA 35 34 0 1B EF 2A 36
Octal 130 131 272 65 64 0 33 357 52 66
Binary 1011000 1011001 10111010 110101 110100 0 11011 11101111 101010 110110

Color Harmonies of #5859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859BA

Black with #5859BA

Text Example


Text Example

White with #5859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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