Html Css Color HEX #575499 Governor Bay

📋 copy color: '#575499'

red 87 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #575499

Tints of Governor Bay #575499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 26.85%
G = 25.93%
B = 47.22%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575499 (or 0x575499) is known color: Governor Bay. HEX triplet: 57, 54 and 99. RGB value is (87,84,153). Sum of RGB (Red+Green+Blue) = 87+84+153=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #575499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575499 is #A8AB66. Grayscale: #5C5C5C. Windows color (decimal): -11053927 or 10048599. OLE color: 10048599.

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

Color convert

RGB 87 84 153 -
CMYK 0.43 0.45 0 0.4
HSL 242.61º 0.29% 0.46% -
HSV(B) 242.61º 0.45% 0.6% -
XYZ 12.85 10.67 31.52 -
YUV 92.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 87 84 153 0.43 0.45 0 0.4 242.61 0.29 0.46
Hex 57 54 99 2B 2D 0 28 F3 1D 2E
Octal 127 124 231 53 55 0 50 363 35 56
Binary 1010111 1010100 10011001 101011 101101 0 101000 11110011 11101 101110

Color Harmonies of #575499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575499

Black with #575499

Text Example


Text Example

White with #575499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575499; }

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

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

background-color css

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

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

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

border-color css

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

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

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