Html Css Color HEX #585899 Governor Bay

📋 copy color: '#585899'

red 88 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #585899

Tints of Governor Bay #585899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 26.75%
G = 26.75%
B = 46.5%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#585899 (or 0x585899) is known color: Governor Bay. HEX triplet: 58, 58 and 99. RGB value is (88,88,153). Sum of RGB (Red+Green+Blue) = 88+88+153=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #585899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585899 is #A7A766. Grayscale: #5F5F5F. Windows color (decimal): -10987367 or 10049624. OLE color: 10049624.

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

Color convert

RGB 88 88 153 -
CMYK 0.42 0.42 0 0.4
HSL 240º 0.27% 0.47% -
HSV(B) 240º 0.42% 0.6% -
XYZ 13.26 11.35 31.63 -
YUV 95.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 88 88 153 0.42 0.42 0 0.4 240 0.27 0.47
Hex 58 58 99 2A 2A 0 28 F0 1B 2F
Octal 130 130 231 52 52 0 50 360 33 57
Binary 1011000 1011000 10011001 101010 101010 0 101000 11110000 11011 101111

Color Harmonies of #585899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585899

Black with #585899

Text Example


Text Example

White with #585899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585899; }

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

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

background-color css

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

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

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

border-color css

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

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

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