Html Css Color HEX #585E8E Governor Bay

📋 copy color: '#585E8E'

red 88 ◦ green 94 ◦ blue 142

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

Shades of Governor Bay #585E8E

Tints of Governor Bay #585E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 27.16%
G = 29.01%
B = 43.83%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#585E8E (or 0x585E8E) is known color: Governor Bay. HEX triplet: 58, 5E and 8E. RGB value is (88,94,142). Sum of RGB (Red+Green+Blue) = 88+94+142=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #585E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E8E is #A7A171. Grayscale: #616161. Windows color (decimal): -10985842 or 9330264. OLE color: 9330264.

HSL color Cylindrical-coordinate representation of color #585E8E: hue angle of 233.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585E8E is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 94 142 -
CMYK 0.38 0.34 0 0.44
HSL 233.33º 0.23% 0.45% -
HSV(B) 233.33º 0.38% 0.56% -
XYZ 12.91 12.03 27.23 -
YUV 97.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 88 94 142 0.38 0.34 0 0.44 233.33 0.23 0.45
Hex 58 5E 8E 26 22 0 2C E9 17 2D
Octal 130 136 216 46 42 0 54 351 27 55
Binary 1011000 1011110 10001110 100110 100010 0 101100 11101001 10111 101101

Color Harmonies of #585E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E8E

Black with #585E8E

Text Example


Text Example

White with #585E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,142); }

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

background-color css

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

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

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

border-color css

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

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

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