Html Css Color HEX #585788 Governor Bay

📋 copy color: '#585788'

red 88 ◦ green 87 ◦ blue 136

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

Shades of Governor Bay #585788

Tints of Governor Bay #585788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 28.3%
G = 27.97%
B = 43.73%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585788 (or 0x585788) is known color: Governor Bay. HEX triplet: 58, 57 and 88. RGB value is (88,87,136). Sum of RGB (Red+Green+Blue) = 88+87+136=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #585788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585788 is #A7A877. Grayscale: #5C5C5C. Windows color (decimal): -10987640 or 8935256. OLE color: 8935256.

HSL color Cylindrical-coordinate representation of color #585788: hue angle of 241.22º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585788 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 87 136 -
CMYK 0.35 0.36 0 0.47
HSL 241.22º 0.22% 0.44% -
HSV(B) 241.22º 0.36% 0.53% -
XYZ 11.88 10.67 24.73 -
YUV 92.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 88 87 136 0.35 0.36 0 0.47 241.22 0.22 0.44
Hex 58 57 88 23 24 0 2F F1 16 2C
Octal 130 127 210 43 44 0 57 361 26 54
Binary 1011000 1010111 10001000 100011 100100 0 101111 11110001 10110 101100

Color Harmonies of #585788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585788

Black with #585788

Text Example


Text Example

White with #585788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585788; }

 p { color: rgb(88,87,136); }

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

background-color css

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

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

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

border-color css

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

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

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