Html Css Color HEX #585F91 Governor Bay

📋 copy color: '#585F91'

red 88 ◦ green 95 ◦ blue 145

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

Shades of Governor Bay #585F91

Tints of Governor Bay #585F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 26.83%
G = 28.96%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585F91 (or 0x585F91) is known color: Governor Bay. HEX triplet: 58, 5F and 91. RGB value is (88,95,145). Sum of RGB (Red+Green+Blue) = 88+95+145=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #585F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F91 is #A7A06E. Grayscale: #626262. Windows color (decimal): -10985583 or 9527128. OLE color: 9527128.

HSL color Cylindrical-coordinate representation of color #585F91: hue angle of 232.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585F91 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 95 145 -
CMYK 0.39 0.34 0 0.43
HSL 232.63º 0.24% 0.46% -
HSV(B) 232.63º 0.39% 0.57% -
XYZ 13.23 12.3 28.47 -
YUV 98.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 88 95 145 0.39 0.34 0 0.43 232.63 0.24 0.46
Hex 58 5F 91 27 22 0 2B E9 18 2E
Octal 130 137 221 47 42 0 53 351 30 56
Binary 1011000 1011111 10010001 100111 100010 0 101011 11101001 11000 101110

Color Harmonies of #585F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F91

Black with #585F91

Text Example


Text Example

White with #585F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,145); }

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

background-color css

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

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

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

border-color css

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

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

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