Html Css Color HEX #585792 Governor Bay

📋 copy color: '#585792'

red 88 ◦ green 87 ◦ blue 146

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

Shades of Governor Bay #585792

Tints of Governor Bay #585792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 27.41%
G = 27.1%
B = 45.48%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585792 (or 0x585792) is known color: Governor Bay. HEX triplet: 58, 57 and 92. RGB value is (88,87,146). Sum of RGB (Red+Green+Blue) = 88+87+146=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #585792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585792 is #A7A86D. Grayscale: #5D5D5D. Windows color (decimal): -10987630 or 9590616. OLE color: 9590616.

HSL color Cylindrical-coordinate representation of color #585792: hue angle of 241.02º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585792 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 87 146 -
CMYK 0.40 0.40 0 0.43
HSL 241.02º 0.25% 0.46% -
HSV(B) 241.02º 0.4% 0.57% -
XYZ 12.62 10.97 28.65 -
YUV 94.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 88 87 146 0.40 0.40 0 0.43 241.02 0.25 0.46
Hex 58 57 92 28 28 0 2B F1 19 2E
Octal 130 127 222 50 50 0 53 361 31 56
Binary 1011000 1010111 10010010 101000 101000 0 101011 11110001 11001 101110

Color Harmonies of #585792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585792

Black with #585792

Text Example


Text Example

White with #585792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585792; }

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

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

background-color css

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

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

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

border-color css

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

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

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