Html Css Color HEX #575699 Governor Bay

📋 copy color: '#575699'

red 87 ◦ green 86 ◦ blue 153

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

Shades of Governor Bay #575699

Tints of Governor Bay #575699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 26.69%
G = 26.38%
B = 46.93%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575699 (or 0x575699) is known color: Governor Bay. HEX triplet: 57, 56 and 99. RGB value is (87,86,153). Sum of RGB (Red+Green+Blue) = 87+86+153=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #575699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575699 is #A8A966. Grayscale: #5D5D5D. Windows color (decimal): -11053415 or 10049111. OLE color: 10049111.

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

Color convert

RGB 87 86 153 -
CMYK 0.43 0.44 0 0.4
HSL 240.9º 0.28% 0.47% -
HSV(B) 240.9º 0.44% 0.6% -
XYZ 13.01 10.98 31.57 -
YUV 93.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 87 86 153 0.43 0.44 0 0.4 240.9 0.28 0.47
Hex 57 56 99 2B 2C 0 28 F1 1C 2F
Octal 127 126 231 53 54 0 50 361 34 57
Binary 1010111 1010110 10011001 101011 101100 0 101000 11110001 11100 101111

Color Harmonies of #575699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575699

Black with #575699

Text Example


Text Example

White with #575699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575699; }

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

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

background-color css

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

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

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

border-color css

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

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

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