Html Css Color HEX #56599F Governor Bay

📋 copy color: '#56599F'

red 86 ◦ green 89 ◦ blue 159

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

Shades of Governor Bay #56599F

Tints of Governor Bay #56599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 25.75%
G = 26.65%
B = 47.6%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56599F (or 0x56599F) is known color: Governor Bay. HEX triplet: 56, 59 and 9F. RGB value is (86,89,159). Sum of RGB (Red+Green+Blue) = 86+89+159=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #56599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56599F is #A9A660. Grayscale: #5F5F5F. Windows color (decimal): -11118177 or 10443094. OLE color: 10443094.

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

Color convert

RGB 86 89 159 -
CMYK 0.46 0.44 0 0.38
HSL 237.53º 0.3% 0.48% -
HSV(B) 237.53º 0.46% 0.62% -
XYZ 13.67 11.63 34.32 -
YUV 96.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 86 89 159 0.46 0.44 0 0.38 237.53 0.3 0.48
Hex 56 59 9F 2E 2C 0 26 EE 1E 30
Octal 126 131 237 56 54 0 46 356 36 60
Binary 1010110 1011001 10011111 101110 101100 0 100110 11101110 11110 110000

Color Harmonies of #56599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56599F

Black with #56599F

Text Example


Text Example

White with #56599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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