Html Css Color HEX #575596 Governor Bay

📋 copy color: '#575596'

red 87 ◦ green 85 ◦ blue 150

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

Shades of Governor Bay #575596

Tints of Governor Bay #575596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 27.02%
G = 26.4%
B = 46.58%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#575596 (or 0x575596) is known color: Governor Bay. HEX triplet: 57, 55 and 96. RGB value is (87,85,150). Sum of RGB (Red+Green+Blue) = 87+85+150=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #575596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575596 is #A8AA69. Grayscale: #5C5C5C. Windows color (decimal): -11053674 or 9852247. OLE color: 9852247.

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

Color convert

RGB 87 85 150 -
CMYK 0.42 0.43 0 0.41
HSL 241.85º 0.28% 0.46% -
HSV(B) 241.85º 0.43% 0.59% -
XYZ 12.68 10.73 30.26 -
YUV 93.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 87 85 150 0.42 0.43 0 0.41 241.85 0.28 0.46
Hex 57 55 96 2A 2B 0 29 F2 1C 2E
Octal 127 125 226 52 53 0 51 362 34 56
Binary 1010111 1010101 10010110 101010 101011 0 101001 11110010 11100 101110

Color Harmonies of #575596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575596

Black with #575596

Text Example


Text Example

White with #575596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575596; }

 p { color: rgb(87,85,150); }

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

background-color css

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

 a { background-color: rgb(87,85,150); }

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

border-color css

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

 span { border-color: rgb(87,85,150); }

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