Html Css Color HEX #575097 Governor Bay

📋 copy color: '#575097'

red 87 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #575097

Tints of Governor Bay #575097

RGB

 RED value IS 87 (34.38% from 255) = 27.36%

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

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

R = 27.36%
G = 25.16%
B = 47.48%

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

#575097 (or 0x575097) is known color: Governor Bay. HEX triplet: 57, 50 and 97. RGB value is (87,80,151). Sum of RGB (Red+Green+Blue) = 87+80+151=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #575097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575097 is #A8AF68. Grayscale: #595959. Windows color (decimal): -11054953 or 9916503. OLE color: 9916503.

HSL color Cylindrical-coordinate representation of color #575097: hue angle of 245.92º 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 #575097 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 80 151 -
CMYK 0.42 0.47 0 0.41
HSL 245.92º 0.31% 0.45% -
HSV(B) 245.92º 0.47% 0.59% -
XYZ 12.39 10 30.56 -
YUV 90.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 87 80 151 0.42 0.47 0 0.41 245.92 0.31 0.45
Hex 57 50 97 2A 2F 0 29 F6 1F 2D
Octal 127 120 227 52 57 0 51 366 37 55
Binary 1010111 1010000 10010111 101010 101111 0 101001 11110110 11111 101101

Color Harmonies of #575097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575097

Black with #575097

Text Example


Text Example

White with #575097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575097; }

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

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

background-color css

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

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

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

border-color css

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

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

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