Html Css Color HEX #575895 Governor Bay

📋 copy color: '#575895'

red 87 ◦ green 88 ◦ blue 149

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

Shades of Governor Bay #575895

Tints of Governor Bay #575895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 26.85%
G = 27.16%
B = 45.99%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575895 (or 0x575895) is known color: Governor Bay. HEX triplet: 57, 58 and 95. RGB value is (87,88,149). Sum of RGB (Red+Green+Blue) = 87+88+149=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #575895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575895 is #A8A76A. Grayscale: #5E5E5E. Windows color (decimal): -11052907 or 9787479. OLE color: 9787479.

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

Color convert

RGB 87 88 149 -
CMYK 0.42 0.41 0 0.42
HSL 239.03º 0.26% 0.46% -
HSV(B) 239.03º 0.42% 0.58% -
XYZ 12.85 11.18 29.91 -
YUV 94.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 87 88 149 0.42 0.41 0 0.42 239.03 0.26 0.46
Hex 57 58 95 2A 29 0 2A EF 1A 2E
Octal 127 130 225 52 51 0 52 357 32 56
Binary 1010111 1011000 10010101 101010 101001 0 101010 11101111 11010 101110

Color Harmonies of #575895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575895

Black with #575895

Text Example


Text Example

White with #575895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575895; }

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

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

background-color css

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

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

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

border-color css

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

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

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