Html Css Color HEX #575095 Governor Bay

📋 copy color: '#575095'

red 87 ◦ green 80 ◦ blue 149

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

Shades of Governor Bay #575095

Tints of Governor Bay #575095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 27.53%
G = 25.32%
B = 47.15%

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

#575095 (or 0x575095) is known color: Governor Bay. HEX triplet: 57, 50 and 95. RGB value is (87,80,149). Sum of RGB (Red+Green+Blue) = 87+80+149=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #575095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575095 is #A8AF6A. Grayscale: #595959. Windows color (decimal): -11054955 or 9785431. OLE color: 9785431.

HSL color Cylindrical-coordinate representation of color #575095: hue angle of 246.09º 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 #575095 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 80 149 -
CMYK 0.42 0.46 0 0.42
HSL 246.09º 0.3% 0.45% -
HSV(B) 246.09º 0.46% 0.58% -
XYZ 12.22 9.93 29.71 -
YUV 89.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 87 80 149 0.42 0.46 0 0.42 246.09 0.3 0.45
Hex 57 50 95 2A 2E 0 2A F6 1E 2D
Octal 127 120 225 52 56 0 52 366 36 55
Binary 1010111 1010000 10010101 101010 101110 0 101010 11110110 11110 101101

Color Harmonies of #575095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575095

Black with #575095

Text Example


Text Example

White with #575095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575095; }

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

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

background-color css

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

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

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

border-color css

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

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

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