Html Css Color HEX #575396 Governor Bay

📋 copy color: '#575396'

red 87 ◦ green 83 ◦ blue 150

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

Shades of Governor Bay #575396

Tints of Governor Bay #575396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 27.19%
G = 25.94%
B = 46.88%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#575396 (or 0x575396) is known color: Governor Bay. HEX triplet: 57, 53 and 96. RGB value is (87,83,150). Sum of RGB (Red+Green+Blue) = 87+83+150=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #575396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575396 is #A8AC69. Grayscale: #5B5B5B. Windows color (decimal): -11054186 or 9851735. OLE color: 9851735.

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

Color convert

RGB 87 83 150 -
CMYK 0.42 0.45 0 0.41
HSL 243.58º 0.29% 0.46% -
HSV(B) 243.58º 0.45% 0.59% -
XYZ 12.53 10.41 30.2 -
YUV 91.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 87 83 150 0.42 0.45 0 0.41 243.58 0.29 0.46
Hex 57 53 96 2A 2D 0 29 F4 1D 2E
Octal 127 123 226 52 55 0 51 364 35 56
Binary 1010111 1010011 10010110 101010 101101 0 101001 11110100 11101 101110

Color Harmonies of #575396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575396

Black with #575396

Text Example


Text Example

White with #575396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575396; }

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

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

background-color css

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

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

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

border-color css

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

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

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