Html Css Color HEX #575099 Governor Bay

📋 copy color: '#575099'

red 87 ◦ green 80 ◦ blue 153

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

Shades of Governor Bay #575099

Tints of Governor Bay #575099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 27.19%
G = 25%
B = 47.81%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575099 (or 0x575099) is known color: Governor Bay. HEX triplet: 57, 50 and 99. RGB value is (87,80,153). Sum of RGB (Red+Green+Blue) = 87+80+153=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #575099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575099 is #A8AF66. Grayscale: #5A5A5A. Windows color (decimal): -11054951 or 10047575. OLE color: 10047575.

HSL color Cylindrical-coordinate representation of color #575099: hue angle of 245.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #575099 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 80 153 -
CMYK 0.43 0.48 0 0.4
HSL 245.75º 0.31% 0.46% -
HSV(B) 245.75º 0.48% 0.6% -
XYZ 12.55 10.06 31.42 -
YUV 90.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 87 80 153 0.43 0.48 0 0.4 245.75 0.31 0.46
Hex 57 50 99 2B 30 0 28 F6 1F 2E
Octal 127 120 231 53 60 0 50 366 37 56
Binary 1010111 1010000 10011001 101011 110000 0 101000 11110110 11111 101110

Color Harmonies of #575099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575099

Black with #575099

Text Example


Text Example

White with #575099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575099; }

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

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

background-color css

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

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

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

border-color css

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

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

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