Html Css Color HEX #585492 Governor Bay

📋 copy color: '#585492'

red 88 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #585492

Tints of Governor Bay #585492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 27.67%
G = 26.42%
B = 45.91%

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

#585492 (or 0x585492) is known color: Governor Bay. HEX triplet: 58, 54 and 92. RGB value is (88,84,146). Sum of RGB (Red+Green+Blue) = 88+84+146=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #585492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585492 is #A7AB6D. Grayscale: #5C5C5C. Windows color (decimal): -10988398 or 9589848. OLE color: 9589848.

HSL color Cylindrical-coordinate representation of color #585492: hue angle of 243.87º degrees, saturation: 0.27, 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 #585492 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 84 146 -
CMYK 0.40 0.42 0 0.43
HSL 243.87º 0.27% 0.45% -
HSV(B) 243.87º 0.42% 0.57% -
XYZ 12.38 10.49 28.57 -
YUV 92.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 88 84 146 0.40 0.42 0 0.43 243.87 0.27 0.45
Hex 58 54 92 28 2A 0 2B F4 1B 2D
Octal 130 124 222 50 52 0 53 364 33 55
Binary 1011000 1010100 10010010 101000 101010 0 101011 11110100 11011 101101

Color Harmonies of #585492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585492

Black with #585492

Text Example


Text Example

White with #585492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585492; }

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

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

background-color css

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

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

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

border-color css

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

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

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