Html Css Color HEX #585392 Governor Bay

📋 copy color: '#585392'

red 88 ◦ green 83 ◦ blue 146

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

Shades of Governor Bay #585392

Tints of Governor Bay #585392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 27.76%
G = 26.18%
B = 46.06%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585392 (or 0x585392) is known color: Governor Bay. HEX triplet: 58, 53 and 92. RGB value is (88,83,146). Sum of RGB (Red+Green+Blue) = 88+83+146=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #585392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585392 is #A7AC6D. Grayscale: #5B5B5B. Windows color (decimal): -10988654 or 9589592. OLE color: 9589592.

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

Color convert

RGB 88 83 146 -
CMYK 0.40 0.43 0 0.43
HSL 244.76º 0.28% 0.45% -
HSV(B) 244.76º 0.43% 0.57% -
XYZ 12.31 10.34 28.54 -
YUV 91.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 88 83 146 0.40 0.43 0 0.43 244.76 0.28 0.45
Hex 58 53 92 28 2B 0 2B F5 1C 2D
Octal 130 123 222 50 53 0 53 365 34 55
Binary 1011000 1010011 10010010 101000 101011 0 101011 11110101 11100 101101

Color Harmonies of #585392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585392

Black with #585392

Text Example


Text Example

White with #585392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585392; }

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

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

background-color css

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

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

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

border-color css

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

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

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