Html Css Color HEX #585D99 Governor Bay

📋 copy color: '#585D99'

red 88 ◦ green 93 ◦ blue 153

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

Shades of Governor Bay #585D99

Tints of Governor Bay #585D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 26.35%
G = 27.84%
B = 45.81%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#585D99 (or 0x585D99) is known color: Governor Bay. HEX triplet: 58, 5D and 99. RGB value is (88,93,153). Sum of RGB (Red+Green+Blue) = 88+93+153=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #585D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D99 is #A7A266. Grayscale: #626262. Windows color (decimal): -10986087 or 10050904. OLE color: 10050904.

HSL color Cylindrical-coordinate representation of color #585D99: hue angle of 235.38º 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 #585D99 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 93 153 -
CMYK 0.42 0.39 0 0.4
HSL 235.38º 0.27% 0.47% -
HSV(B) 235.38º 0.42% 0.6% -
XYZ 13.69 12.2 31.77 -
YUV 98.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 88 93 153 0.42 0.39 0 0.4 235.38 0.27 0.47
Hex 58 5D 99 2A 27 0 28 EB 1B 2F
Octal 130 135 231 52 47 0 50 353 33 57
Binary 1011000 1011101 10011001 101010 100111 0 101000 11101011 11011 101111

Color Harmonies of #585D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D99

Black with #585D99

Text Example


Text Example

White with #585D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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