Html Css Color HEX #59568C Governor Bay

📋 copy color: '#59568C'

red 89 ◦ green 86 ◦ blue 140

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

Shades of Governor Bay #59568C

Tints of Governor Bay #59568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 28.25%
G = 27.3%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59568C (or 0x59568C) is known color: Governor Bay. HEX triplet: 59, 56 and 8C. RGB value is (89,86,140). Sum of RGB (Red+Green+Blue) = 89+86+140=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #59568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568C is #A6A973. Grayscale: #5C5C5C. Windows color (decimal): -10922356 or 9197145. OLE color: 9197145.

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

Color convert

RGB 89 86 140 -
CMYK 0.36 0.39 0 0.45
HSL 243.33º 0.24% 0.44% -
HSV(B) 243.33º 0.39% 0.55% -
XYZ 12.18 10.67 26.23 -
YUV 93.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 89 86 140 0.36 0.39 0 0.45 243.33 0.24 0.44
Hex 59 56 8C 24 27 0 2D F3 18 2C
Octal 131 126 214 44 47 0 55 363 30 54
Binary 1011001 1010110 10001100 100100 100111 0 101101 11110011 11000 101100

Color Harmonies of #59568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59568C

Black with #59568C

Text Example


Text Example

White with #59568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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