Html Css Color HEX #585696 Governor Bay

📋 copy color: '#585696'

red 88 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #585696

Tints of Governor Bay #585696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 27.16%
G = 26.54%
B = 46.3%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#585696 (or 0x585696) is known color: Governor Bay. HEX triplet: 58, 56 and 96. RGB value is (88,86,150). Sum of RGB (Red+Green+Blue) = 88+86+150=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #585696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585696 is #A7A969. Grayscale: #5D5D5D. Windows color (decimal): -10987882 or 9852504. OLE color: 9852504.

HSL color Cylindrical-coordinate representation of color #585696: hue angle of 241.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585696 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 86 150 -
CMYK 0.41 0.43 0 0.41
HSL 241.88º 0.27% 0.46% -
HSV(B) 241.88º 0.43% 0.59% -
XYZ 12.86 10.93 30.29 -
YUV 93.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 88 86 150 0.41 0.43 0 0.41 241.88 0.27 0.46
Hex 58 56 96 29 2B 0 29 F2 1B 2E
Octal 130 126 226 51 53 0 51 362 33 56
Binary 1011000 1010110 10010110 101001 101011 0 101001 11110010 11011 101110

Color Harmonies of #585696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585696

Black with #585696

Text Example


Text Example

White with #585696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585696; }

 p { color: rgb(88,86,150); }

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

background-color css

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

 a { background-color: rgb(88,86,150); }

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

border-color css

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

 span { border-color: rgb(88,86,150); }

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