Html Css Color HEX #575399 Governor Bay

📋 copy color: '#575399'

red 87 ◦ green 83 ◦ blue 153

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

Shades of Governor Bay #575399

Tints of Governor Bay #575399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 26.93%
G = 25.7%
B = 47.37%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575399 (or 0x575399) is known color: Governor Bay. HEX triplet: 57, 53 and 99. RGB value is (87,83,153). Sum of RGB (Red+Green+Blue) = 87+83+153=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #575399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575399 is #A8AC66. Grayscale: #5B5B5B. Windows color (decimal): -11054183 or 10048343. OLE color: 10048343.

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

Color convert

RGB 87 83 153 -
CMYK 0.43 0.46 0 0.4
HSL 243.43º 0.3% 0.46% -
HSV(B) 243.43º 0.46% 0.6% -
XYZ 12.77 10.51 31.49 -
YUV 92.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 87 83 153 0.43 0.46 0 0.4 243.43 0.3 0.46
Hex 57 53 99 2B 2E 0 28 F3 1E 2E
Octal 127 123 231 53 56 0 50 363 36 56
Binary 1010111 1010011 10011001 101011 101110 0 101000 11110011 11110 101110

Color Harmonies of #575399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575399

Black with #575399

Text Example


Text Example

White with #575399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575399; }

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

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

background-color css

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

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

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

border-color css

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

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

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