Html Css Color HEX #575792 Governor Bay

📋 copy color: '#575792'

red 87 ◦ green 87 ◦ blue 146

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

Shades of Governor Bay #575792

Tints of Governor Bay #575792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 27.19%
G = 27.19%
B = 45.63%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575792 (or 0x575792) is known color: Governor Bay. HEX triplet: 57, 57 and 92. RGB value is (87,87,146). Sum of RGB (Red+Green+Blue) = 87+87+146=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #575792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575792 is #A8A86D. Grayscale: #5D5D5D. Windows color (decimal): -11053166 or 9590615. OLE color: 9590615.

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

Color convert

RGB 87 87 146 -
CMYK 0.40 0.40 0 0.43
HSL 240º 0.25% 0.46% -
HSV(B) 240º 0.4% 0.57% -
XYZ 12.53 10.92 28.64 -
YUV 93.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 87 87 146 0.40 0.40 0 0.43 240 0.25 0.46
Hex 57 57 92 28 28 0 2B F0 19 2E
Octal 127 127 222 50 50 0 53 360 31 56
Binary 1010111 1010111 10010010 101000 101000 0 101011 11110000 11001 101110

Color Harmonies of #575792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575792

Black with #575792

Text Example


Text Example

White with #575792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575792; }

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

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

background-color css

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

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

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

border-color css

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

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

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