Html Css Color HEX #56599D Governor Bay

📋 copy color: '#56599D'

red 86 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #56599D

Tints of Governor Bay #56599D

RGB

 RED value IS 86 (33.98% from 255) = 25.9%

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 25.9%
G = 26.81%
B = 47.29%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56599D (or 0x56599D) is known color: Governor Bay. HEX triplet: 56, 59 and 9D. RGB value is (86,89,157). Sum of RGB (Red+Green+Blue) = 86+89+157=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #56599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56599D is #A9A662. Grayscale: #5F5F5F. Windows color (decimal): -11118179 or 10312022. OLE color: 10312022.

HSL color Cylindrical-coordinate representation of color #56599D: hue angle of 237.46º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56599D is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 89 157 -
CMYK 0.45 0.43 0 0.38
HSL 237.46º 0.29% 0.48% -
HSV(B) 237.46º 0.45% 0.62% -
XYZ 13.5 11.56 33.42 -
YUV 95.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 86 89 157 0.45 0.43 0 0.38 237.46 0.29 0.48
Hex 56 59 9D 2D 2B 0 26 ED 1D 30
Octal 126 131 235 55 53 0 46 355 35 60
Binary 1010110 1011001 10011101 101101 101011 0 100110 11101101 11101 110000

Color Harmonies of #56599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56599D

Black with #56599D

Text Example


Text Example

White with #56599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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