Html Css Color HEX #575290 Governor Bay

📋 copy color: '#575290'

red 87 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #575290

Tints of Governor Bay #575290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 27.8%
G = 26.2%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#575290 (or 0x575290) is known color: Governor Bay. HEX triplet: 57, 52 and 90. RGB value is (87,82,144). Sum of RGB (Red+Green+Blue) = 87+82+144=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #575290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575290 is #A8AD6F. Grayscale: #5A5A5A. Windows color (decimal): -11054448 or 9458263. OLE color: 9458263.

HSL color Cylindrical-coordinate representation of color #575290: hue angle of 244.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575290 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 82 144 -
CMYK 0.40 0.43 0 0.44
HSL 244.84º 0.27% 0.44% -
HSV(B) 244.84º 0.43% 0.56% -
XYZ 11.98 10.07 27.7 -
YUV 90.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 87 82 144 0.40 0.43 0 0.44 244.84 0.27 0.44
Hex 57 52 90 28 2B 0 2C F5 1B 2C
Octal 127 122 220 50 53 0 54 365 33 54
Binary 1010111 1010010 10010000 101000 101011 0 101100 11110101 11011 101100

Color Harmonies of #575290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575290

Black with #575290

Text Example


Text Example

White with #575290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575290; }

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

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

background-color css

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

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

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

border-color css

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

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

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