Html Css Color HEX #575495 Governor Bay

📋 copy color: '#575495'

red 87 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #575495

Tints of Governor Bay #575495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 27.19%
G = 26.25%
B = 46.56%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575495 (or 0x575495) is known color: Governor Bay. HEX triplet: 57, 54 and 95. RGB value is (87,84,149). Sum of RGB (Red+Green+Blue) = 87+84+149=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #575495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575495 is #A8AB6A. Grayscale: #5C5C5C. Windows color (decimal): -11053931 or 9786455. OLE color: 9786455.

HSL color Cylindrical-coordinate representation of color #575495: hue angle of 242.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575495 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 84 149 -
CMYK 0.42 0.44 0 0.42
HSL 242.77º 0.28% 0.46% -
HSV(B) 242.77º 0.44% 0.58% -
XYZ 12.53 10.54 29.81 -
YUV 92.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 87 84 149 0.42 0.44 0 0.42 242.77 0.28 0.46
Hex 57 54 95 2A 2C 0 2A F3 1C 2E
Octal 127 124 225 52 54 0 52 363 34 56
Binary 1010111 1010100 10010101 101010 101100 0 101010 11110011 11100 101110

Color Harmonies of #575495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575495

Black with #575495

Text Example


Text Example

White with #575495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575495; }

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

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

background-color css

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

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

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

border-color css

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

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

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