Html Css Color HEX #585595 Governor Bay

📋 copy color: '#585595'

red 88 ◦ green 85 ◦ blue 149

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

Shades of Governor Bay #585595

Tints of Governor Bay #585595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 27.33%
G = 26.4%
B = 46.27%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585595 (or 0x585595) is known color: Governor Bay. HEX triplet: 58, 55 and 95. RGB value is (88,85,149). Sum of RGB (Red+Green+Blue) = 88+85+149=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #585595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585595 is #A7AA6A. Grayscale: #5C5C5C. Windows color (decimal): -10988139 or 9786712. OLE color: 9786712.

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

Color convert

RGB 88 85 149 -
CMYK 0.41 0.43 0 0.42
HSL 242.81º 0.27% 0.46% -
HSV(B) 242.81º 0.43% 0.58% -
XYZ 12.7 10.74 29.84 -
YUV 93.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 88 85 149 0.41 0.43 0 0.42 242.81 0.27 0.46
Hex 58 55 95 29 2B 0 2A F3 1B 2E
Octal 130 125 225 51 53 0 52 363 33 56
Binary 1011000 1010101 10010101 101001 101011 0 101010 11110011 11011 101110

Color Harmonies of #585595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585595

Black with #585595

Text Example


Text Example

White with #585595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585595; }

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

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

background-color css

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

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

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

border-color css

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

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

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