Html Css Color HEX #585799 Governor Bay

📋 copy color: '#585799'

red 88 ◦ green 87 ◦ blue 153

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

Shades of Governor Bay #585799

Tints of Governor Bay #585799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 26.83%
G = 26.52%
B = 46.65%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#585799 (or 0x585799) is known color: Governor Bay. HEX triplet: 58, 57 and 99. RGB value is (88,87,153). Sum of RGB (Red+Green+Blue) = 88+87+153=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #585799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585799 is #A7A866. Grayscale: #5E5E5E. Windows color (decimal): -10987623 or 10049368. OLE color: 10049368.

HSL color Cylindrical-coordinate representation of color #585799: hue angle of 240.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585799 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 87 153 -
CMYK 0.42 0.43 0 0.4
HSL 240.91º 0.28% 0.47% -
HSV(B) 240.91º 0.43% 0.6% -
XYZ 13.18 11.19 31.6 -
YUV 94.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 88 87 153 0.42 0.43 0 0.4 240.91 0.28 0.47
Hex 58 57 99 2A 2B 0 28 F1 1C 2F
Octal 130 127 231 52 53 0 50 361 34 57
Binary 1011000 1010111 10011001 101010 101011 0 101000 11110001 11100 101111

Color Harmonies of #585799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585799

Black with #585799

Text Example


Text Example

White with #585799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585799; }

 p { color: rgb(88,87,153); }

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

background-color css

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

 a { background-color: rgb(88,87,153); }

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

border-color css

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

 span { border-color: rgb(88,87,153); }

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