Html Css Color HEX #575692 Governor Bay

📋 copy color: '#575692'

red 87 ◦ green 86 ◦ blue 146

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

Shades of Governor Bay #575692

Tints of Governor Bay #575692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 27.27%
G = 26.96%
B = 45.77%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575692 (or 0x575692) is known color: Governor Bay. HEX triplet: 57, 56 and 92. RGB value is (87,86,146). Sum of RGB (Red+Green+Blue) = 87+86+146=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #575692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575692 is #A8A96D. Grayscale: #5C5C5C. Windows color (decimal): -11053422 or 9590359. OLE color: 9590359.

HSL color Cylindrical-coordinate representation of color #575692: hue angle of 241º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575692 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 86 146 -
CMYK 0.40 0.41 0 0.43
HSL 241º 0.26% 0.45% -
HSV(B) 241º 0.41% 0.57% -
XYZ 12.45 10.76 28.61 -
YUV 93.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 87 86 146 0.40 0.41 0 0.43 241 0.26 0.45
Hex 57 56 92 28 29 0 2B F1 1A 2D
Octal 127 126 222 50 51 0 53 361 32 55
Binary 1010111 1010110 10010010 101000 101001 0 101011 11110001 11010 101101

Color Harmonies of #575692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575692

Black with #575692

Text Example


Text Example

White with #575692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575692; }

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

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

background-color css

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

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

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

border-color css

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

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

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