Html Css Color HEX #575195 Governor Bay

📋 copy color: '#575195'

red 87 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #575195

Tints of Governor Bay #575195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 27.44%
G = 25.55%
B = 47%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575195 (or 0x575195) is known color: Governor Bay. HEX triplet: 57, 51 and 95. RGB value is (87,81,149). Sum of RGB (Red+Green+Blue) = 87+81+149=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #575195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575195 is #A8AE6A. Grayscale: #5A5A5A. Windows color (decimal): -11054699 or 9785687. OLE color: 9785687.

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

Color convert

RGB 87 81 149 -
CMYK 0.42 0.46 0 0.42
HSL 245.29º 0.3% 0.45% -
HSV(B) 245.29º 0.46% 0.58% -
XYZ 12.3 10.08 29.73 -
YUV 90.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 87 81 149 0.42 0.46 0 0.42 245.29 0.3 0.45
Hex 57 51 95 2A 2E 0 2A F5 1E 2D
Octal 127 121 225 52 56 0 52 365 36 55
Binary 1010111 1010001 10010101 101010 101110 0 101010 11110101 11110 101101

Color Harmonies of #575195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575195

Black with #575195

Text Example


Text Example

White with #575195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575195; }

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

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

background-color css

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

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

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

border-color css

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

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

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