Html Css Color HEX #585797 Governor Bay

📋 copy color: '#585797'

red 88 ◦ green 87 ◦ blue 151

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

Shades of Governor Bay #585797

Tints of Governor Bay #585797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 26.99%
G = 26.69%
B = 46.32%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#585797 (or 0x585797) is known color: Governor Bay. HEX triplet: 58, 57 and 97. RGB value is (88,87,151). Sum of RGB (Red+Green+Blue) = 88+87+151=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #585797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585797 is #A7A868. Grayscale: #5E5E5E. Windows color (decimal): -10987625 or 9918296. OLE color: 9918296.

HSL color Cylindrical-coordinate representation of color #585797: hue angle of 240.94º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585797 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 87 151 -
CMYK 0.42 0.42 0 0.41
HSL 240.94º 0.27% 0.47% -
HSV(B) 240.94º 0.42% 0.59% -
XYZ 13.02 11.13 30.74 -
YUV 94.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 88 87 151 0.42 0.42 0 0.41 240.94 0.27 0.47
Hex 58 57 97 2A 2A 0 29 F1 1B 2F
Octal 130 127 227 52 52 0 51 361 33 57
Binary 1011000 1010111 10010111 101010 101010 0 101001 11110001 11011 101111

Color Harmonies of #585797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585797

Black with #585797

Text Example


Text Example

White with #585797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585797; }

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

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

background-color css

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

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

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

border-color css

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

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

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