Html Css Color HEX #585495 Governor Bay

📋 copy color: '#585495'

red 88 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #585495

Tints of Governor Bay #585495

RGB

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

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

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

R = 27.41%
G = 26.17%
B = 46.42%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585495 (or 0x585495) is known color: Governor Bay. HEX triplet: 58, 54 and 95. RGB value is (88,84,149). Sum of RGB (Red+Green+Blue) = 88+84+149=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #585495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585495 is #A7AB6A. Grayscale: #5C5C5C. Windows color (decimal): -10988395 or 9786456. OLE color: 9786456.

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

Color convert

RGB 88 84 149 -
CMYK 0.41 0.44 0 0.42
HSL 243.69º 0.28% 0.46% -
HSV(B) 243.69º 0.44% 0.58% -
XYZ 12.62 10.59 29.81 -
YUV 92.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 88 84 149 0.41 0.44 0 0.42 243.69 0.28 0.46
Hex 58 54 95 29 2C 0 2A F4 1C 2E
Octal 130 124 225 51 54 0 52 364 34 56
Binary 1011000 1010100 10010101 101001 101100 0 101010 11110100 11100 101110

Color Harmonies of #585495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585495

Black with #585495

Text Example


Text Example

White with #585495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585495; }

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

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

background-color css

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

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

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

border-color css

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

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

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