Html Css Color HEX #585195 Governor Bay

📋 copy color: '#585195'

red 88 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #585195

Tints of Governor Bay #585195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 27.67%
G = 25.47%
B = 46.86%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585195 (or 0x585195) is known color: Governor Bay. HEX triplet: 58, 51 and 95. RGB value is (88,81,149). Sum of RGB (Red+Green+Blue) = 88+81+149=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #585195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585195 is #A7AE6A. Grayscale: #5A5A5A. Windows color (decimal): -10989163 or 9785688. OLE color: 9785688.

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

Color convert

RGB 88 81 149 -
CMYK 0.41 0.46 0 0.42
HSL 246.18º 0.3% 0.45% -
HSV(B) 246.18º 0.46% 0.58% -
XYZ 12.39 10.13 29.74 -
YUV 90.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 88 81 149 0.41 0.46 0 0.42 246.18 0.3 0.45
Hex 58 51 95 29 2E 0 2A F6 1E 2D
Octal 130 121 225 51 56 0 52 366 36 55
Binary 1011000 1010001 10010101 101001 101110 0 101010 11110110 11110 101101

Color Harmonies of #585195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585195

Black with #585195

Text Example


Text Example

White with #585195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585195; }

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

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

background-color css

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

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

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

border-color css

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

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

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