Html Css Color HEX #585994 Governor Bay

📋 copy color: '#585994'

red 88 ◦ green 89 ◦ blue 148

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

Shades of Governor Bay #585994

Tints of Governor Bay #585994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 27.08%
G = 27.38%
B = 45.54%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585994 (or 0x585994) is known color: Governor Bay. HEX triplet: 58, 59 and 94. RGB value is (88,89,148). Sum of RGB (Red+Green+Blue) = 88+89+148=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #585994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585994 is #A7A66B. Grayscale: #5F5F5F. Windows color (decimal): -10987116 or 9722200. OLE color: 9722200.

HSL color Cylindrical-coordinate representation of color #585994: hue angle of 239º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585994 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 89 148 -
CMYK 0.41 0.40 0 0.42
HSL 239º 0.25% 0.46% -
HSV(B) 239º 0.41% 0.58% -
XYZ 12.94 11.36 29.53 -
YUV 95.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 88 89 148 0.41 0.40 0 0.42 239 0.25 0.46
Hex 58 59 94 29 28 0 2A EF 19 2E
Octal 130 131 224 51 50 0 52 357 31 56
Binary 1011000 1011001 10010100 101001 101000 0 101010 11101111 11001 101110

Color Harmonies of #585994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585994

Black with #585994

Text Example


Text Example

White with #585994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585994; }

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

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

background-color css

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

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

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

border-color css

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

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

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