Html Css Color HEX #585292 Governor Bay

📋 copy color: '#585292'

red 88 ◦ green 82 ◦ blue 146

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

Shades of Governor Bay #585292

Tints of Governor Bay #585292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 27.85%
G = 25.95%
B = 46.2%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585292 (or 0x585292) is known color: Governor Bay. HEX triplet: 58, 52 and 92. RGB value is (88,82,146). Sum of RGB (Red+Green+Blue) = 88+82+146=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #585292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585292 is #A7AD6D. Grayscale: #5A5A5A. Windows color (decimal): -10988910 or 9589336. OLE color: 9589336.

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

Color convert

RGB 88 82 146 -
CMYK 0.40 0.44 0 0.43
HSL 245.63º 0.28% 0.45% -
HSV(B) 245.63º 0.44% 0.57% -
XYZ 12.23 10.18 28.52 -
YUV 91.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 88 82 146 0.40 0.44 0 0.43 245.63 0.28 0.45
Hex 58 52 92 28 2C 0 2B F6 1C 2D
Octal 130 122 222 50 54 0 53 366 34 55
Binary 1011000 1010010 10010010 101000 101100 0 101011 11110110 11100 101101

Color Harmonies of #585292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585292

Black with #585292

Text Example


Text Example

White with #585292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585292; }

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

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

background-color css

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

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

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

border-color css

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

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

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