Html Css Color HEX #575291 Governor Bay

📋 copy color: '#575291'

red 87 ◦ green 82 ◦ blue 145

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

Shades of Governor Bay #575291

Tints of Governor Bay #575291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 27.71%
G = 26.11%
B = 46.18%

CMYK

 C value IS 0.4

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575291 (or 0x575291) is known color: Governor Bay. HEX triplet: 57, 52 and 91. RGB value is (87,82,145). Sum of RGB (Red+Green+Blue) = 87+82+145=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #575291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575291 is #A8AD6E. Grayscale: #5A5A5A. Windows color (decimal): -11054447 or 9523799. OLE color: 9523799.

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

Color convert

RGB 87 82 145 -
CMYK 0.4 0.43 0 0.43
HSL 244.76º 0.28% 0.45% -
HSV(B) 244.76º 0.43% 0.57% -
XYZ 12.06 10.11 28.1 -
YUV 90.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 87 82 145 0.4 0.43 0 0.43 244.76 0.28 0.45
Hex 57 52 91 28 2B 0 2B F5 1C 2D
Octal 127 122 221 50 53 0 53 365 34 55
Binary 1010111 1010010 10010001 101000 101011 0 101011 11110101 11100 101101

Color Harmonies of #575291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575291

Black with #575291

Text Example


Text Example

White with #575291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575291; }

 p { color: rgb(87,82,145); }

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

background-color css

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

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

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

border-color css

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

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

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