Html Css Color HEX #585596 Governor Bay

📋 copy color: '#585596'

red 88 ◦ green 85 ◦ blue 150

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

Shades of Governor Bay #585596

Tints of Governor Bay #585596

RGB

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

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

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

R = 27.24%
G = 26.32%
B = 46.44%

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

#585596 (or 0x585596) is known color: Governor Bay. HEX triplet: 58, 55 and 96. RGB value is (88,85,150). Sum of RGB (Red+Green+Blue) = 88+85+150=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #585596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585596 is #A7AA69. Grayscale: #5D5D5D. Windows color (decimal): -10988138 or 9852248. OLE color: 9852248.

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

Color convert

RGB 88 85 150 -
CMYK 0.41 0.43 0 0.41
HSL 242.77º 0.28% 0.46% -
HSV(B) 242.77º 0.43% 0.59% -
XYZ 12.78 10.77 30.26 -
YUV 93.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 88 85 150 0.41 0.43 0 0.41 242.77 0.28 0.46
Hex 58 55 96 29 2B 0 29 F3 1C 2E
Octal 130 125 226 51 53 0 51 363 34 56
Binary 1011000 1010101 10010110 101001 101011 0 101001 11110011 11100 101110

Color Harmonies of #585596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585596

Black with #585596

Text Example


Text Example

White with #585596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585596; }

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

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

background-color css

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

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

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

border-color css

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

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

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