Html Css Color HEX #575694 Governor Bay

📋 copy color: '#575694'

red 87 ◦ green 86 ◦ blue 148

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

Shades of Governor Bay #575694

Tints of Governor Bay #575694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 27.1%
G = 26.79%
B = 46.11%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575694 (or 0x575694) is known color: Governor Bay. HEX triplet: 57, 56 and 94. RGB value is (87,86,148). Sum of RGB (Red+Green+Blue) = 87+86+148=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #575694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575694 is #A8A96B. Grayscale: #5D5D5D. Windows color (decimal): -11053420 or 9721431. OLE color: 9721431.

HSL color Cylindrical-coordinate representation of color #575694: hue angle of 240.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575694 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 86 148 -
CMYK 0.41 0.42 0 0.42
HSL 240.97º 0.26% 0.46% -
HSV(B) 240.97º 0.42% 0.58% -
XYZ 12.6 10.82 29.44 -
YUV 93.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 87 86 148 0.41 0.42 0 0.42 240.97 0.26 0.46
Hex 57 56 94 29 2A 0 2A F1 1A 2E
Octal 127 126 224 51 52 0 52 361 32 56
Binary 1010111 1010110 10010100 101001 101010 0 101010 11110001 11010 101110

Color Harmonies of #575694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575694

Black with #575694

Text Example


Text Example

White with #575694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575694; }

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

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

background-color css

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

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

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

border-color css

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

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

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