Html Css Color HEX #585592 Governor Bay

📋 copy color: '#585592'

red 88 ◦ green 85 ◦ blue 146

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

Shades of Governor Bay #585592

Tints of Governor Bay #585592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 27.59%
G = 26.65%
B = 45.77%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585592 (or 0x585592) is known color: Governor Bay. HEX triplet: 58, 55 and 92. RGB value is (88,85,146). Sum of RGB (Red+Green+Blue) = 88+85+146=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #585592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585592 is #A7AA6D. Grayscale: #5C5C5C. Windows color (decimal): -10988142 or 9590104. OLE color: 9590104.

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

Color convert

RGB 88 85 146 -
CMYK 0.40 0.42 0 0.43
HSL 242.95º 0.26% 0.45% -
HSV(B) 242.95º 0.42% 0.57% -
XYZ 12.46 10.65 28.59 -
YUV 92.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 88 85 146 0.40 0.42 0 0.43 242.95 0.26 0.45
Hex 58 55 92 28 2A 0 2B F3 1A 2D
Octal 130 125 222 50 52 0 53 363 32 55
Binary 1011000 1010101 10010010 101000 101010 0 101011 11110011 11010 101101

Color Harmonies of #585592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585592

Black with #585592

Text Example


Text Example

White with #585592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585592; }

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

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

background-color css

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

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

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

border-color css

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

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

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