Html Css Color HEX #585198 Governor Bay

📋 copy color: '#585198'

red 88 ◦ green 81 ◦ blue 152

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

Shades of Governor Bay #585198

Tints of Governor Bay #585198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 27.41%
G = 25.23%
B = 47.35%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#585198 (or 0x585198) is known color: Governor Bay. HEX triplet: 58, 51 and 98. RGB value is (88,81,152). Sum of RGB (Red+Green+Blue) = 88+81+152=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #585198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585198 is #A7AE67. Grayscale: #5A5A5A. Windows color (decimal): -10989160 or 9982296. OLE color: 9982296.

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

Color convert

RGB 88 81 152 -
CMYK 0.42 0.47 0 0.40
HSL 245.92º 0.3% 0.46% -
HSV(B) 245.92º 0.47% 0.6% -
XYZ 12.63 10.23 31.01 -
YUV 91.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 88 81 152 0.42 0.47 0 0.40 245.92 0.3 0.46
Hex 58 51 98 2A 2F 0 28 F6 1E 2E
Octal 130 121 230 52 57 0 50 366 36 56
Binary 1011000 1010001 10011000 101010 101111 0 101000 11110110 11110 101110

Color Harmonies of #585198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585198

Black with #585198

Text Example


Text Example

White with #585198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585198; }

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

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

background-color css

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

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

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

border-color css

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

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

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