Html Css Color HEX #585D89 Governor Bay

📋 copy color: '#585D89'

red 88 ◦ green 93 ◦ blue 137

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

Shades of Governor Bay #585D89

Tints of Governor Bay #585D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 27.67%
G = 29.25%
B = 43.08%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#585D89 (or 0x585D89) is known color: Governor Bay. HEX triplet: 58, 5D and 89. RGB value is (88,93,137). Sum of RGB (Red+Green+Blue) = 88+93+137=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #585D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D89 is #A7A276. Grayscale: #606060. Windows color (decimal): -10986103 or 9002328. OLE color: 9002328.

HSL color Cylindrical-coordinate representation of color #585D89: hue angle of 233.88º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585D89 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 93 137 -
CMYK 0.36 0.32 0 0.46
HSL 233.88º 0.22% 0.44% -
HSV(B) 233.88º 0.36% 0.54% -
XYZ 12.45 11.71 25.27 -
YUV 96.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 88 93 137 0.36 0.32 0 0.46 233.88 0.22 0.44
Hex 58 5D 89 24 20 0 2E EA 16 2C
Octal 130 135 211 44 40 0 56 352 26 54
Binary 1011000 1011101 10001001 100100 100000 0 101110 11101010 10110 101100

Color Harmonies of #585D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D89

Black with #585D89

Text Example


Text Example

White with #585D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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