Html Css Color HEX #575490 Governor Bay

📋 copy color: '#575490'

red 87 ◦ green 84 ◦ blue 144

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

Shades of Governor Bay #575490

Tints of Governor Bay #575490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 27.62%
G = 26.67%
B = 45.71%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#575490 (or 0x575490) is known color: Governor Bay. HEX triplet: 57, 54 and 90. RGB value is (87,84,144). Sum of RGB (Red+Green+Blue) = 87+84+144=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #575490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575490 is #A8AB6F. Grayscale: #5B5B5B. Windows color (decimal): -11053936 or 9458775. OLE color: 9458775.

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

Color convert

RGB 87 84 144 -
CMYK 0.40 0.42 0 0.44
HSL 243º 0.26% 0.45% -
HSV(B) 243º 0.42% 0.56% -
XYZ 12.13 10.38 27.75 -
YUV 91.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 87 84 144 0.40 0.42 0 0.44 243 0.26 0.45
Hex 57 54 90 28 2A 0 2C F3 1A 2D
Octal 127 124 220 50 52 0 54 363 32 55
Binary 1010111 1010100 10010000 101000 101010 0 101100 11110011 11010 101101

Color Harmonies of #575490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575490

Black with #575490

Text Example


Text Example

White with #575490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575490; }

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

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

background-color css

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

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

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

border-color css

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

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

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