Html Css Color HEX #5859B3 Rich Blue

📋 copy color: '#5859B3'

red 88 ◦ green 89 ◦ blue 179

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

Shades of Rich Blue #5859B3

Tints of Rich Blue #5859B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 24.72%
G = 25%
B = 50.28%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5859B3 (or 0x5859B3) is known color: Rich Blue. HEX triplet: 58, 59 and B3. RGB value is (88,89,179). Sum of RGB (Red+Green+Blue) = 88+89+179=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #5859B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859B3 is #A7A64C. Grayscale: #626262. Windows color (decimal): -10987085 or 11753816. OLE color: 11753816.

HSL color Cylindrical-coordinate representation of color #5859B3: hue angle of 239.34º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5859B3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 89 179 -
CMYK 0.51 0.50 0 0.30
HSL 239.34º 0.37% 0.52% -
HSV(B) 239.34º 0.51% 0.7% -
XYZ 15.73 12.47 44.23 -
YUV 98.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 88 89 179 0.51 0.50 0 0.30 239.34 0.37 0.52
Hex 58 59 B3 33 32 0 1E EF 25 34
Octal 130 131 263 63 62 0 36 357 45 64
Binary 1011000 1011001 10110011 110011 110010 0 11110 11101111 100101 110100

Color Harmonies of #5859B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859B3

Black with #5859B3

Text Example


Text Example

White with #5859B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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