Html Css Color HEX #59568D Governor Bay

📋 copy color: '#59568D'

red 89 ◦ green 86 ◦ blue 141

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

Shades of Governor Bay #59568D

Tints of Governor Bay #59568D

RGB

 RED value IS 89 (35.16% from 255) = 28.16%

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 28.16%
G = 27.22%
B = 44.62%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59568D (or 0x59568D) is known color: Governor Bay. HEX triplet: 59, 56 and 8D. RGB value is (89,86,141). Sum of RGB (Red+Green+Blue) = 89+86+141=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #59568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568D is #A6A972. Grayscale: #5C5C5C. Windows color (decimal): -10922355 or 9262681. OLE color: 9262681.

HSL color Cylindrical-coordinate representation of color #59568D: hue angle of 243.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59568D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 86 141 -
CMYK 0.37 0.39 0 0.45
HSL 243.27º 0.24% 0.45% -
HSV(B) 243.27º 0.39% 0.55% -
XYZ 12.26 10.7 26.62 -
YUV 93.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 89 86 141 0.37 0.39 0 0.45 243.27 0.24 0.45
Hex 59 56 8D 25 27 0 2D F3 18 2D
Octal 131 126 215 45 47 0 55 363 30 55
Binary 1011001 1010110 10001101 100101 100111 0 101101 11110011 11000 101101

Color Harmonies of #59568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59568D

Black with #59568D

Text Example


Text Example

White with #59568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59568D; }

 p { color: rgb(89,86,141); }

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

background-color css

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

 a { background-color: rgb(89,86,141); }

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

border-color css

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

 span { border-color: rgb(89,86,141); }

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