Html Css Color HEX #585097 Governor Bay

📋 copy color: '#585097'

red 88 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #585097

Tints of Governor Bay #585097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 27.59%
G = 25.08%
B = 47.34%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#585097 (or 0x585097) is known color: Governor Bay. HEX triplet: 58, 50 and 97. RGB value is (88,80,151). Sum of RGB (Red+Green+Blue) = 88+80+151=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #585097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585097 is #A7AF68. Grayscale: #5A5A5A. Windows color (decimal): -10989417 or 9916504. OLE color: 9916504.

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

Color convert

RGB 88 80 151 -
CMYK 0.42 0.47 0 0.41
HSL 246.76º 0.31% 0.45% -
HSV(B) 246.76º 0.47% 0.59% -
XYZ 12.48 10.05 30.56 -
YUV 90.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 88 80 151 0.42 0.47 0 0.41 246.76 0.31 0.45
Hex 58 50 97 2A 2F 0 29 F7 1F 2D
Octal 130 120 227 52 57 0 51 367 37 55
Binary 1011000 1010000 10010111 101010 101111 0 101001 11110111 11111 101101

Color Harmonies of #585097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585097

Black with #585097

Text Example


Text Example

White with #585097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585097; }

 p { color: rgb(88,80,151); }

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

background-color css

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

 a { background-color: rgb(88,80,151); }

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

border-color css

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

 span { border-color: rgb(88,80,151); }

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