Html Css Color HEX #56598B Governor Bay

📋 copy color: '#56598B'

red 86 ◦ green 89 ◦ blue 139

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

Shades of Governor Bay #56598B

Tints of Governor Bay #56598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 27.39%
G = 28.34%
B = 44.27%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56598B (or 0x56598B) is known color: Governor Bay. HEX triplet: 56, 59 and 8B. RGB value is (86,89,139). Sum of RGB (Red+Green+Blue) = 86+89+139=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #56598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56598B is #A9A674. Grayscale: #5D5D5D. Windows color (decimal): -11118197 or 9132374. OLE color: 9132374.

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

Color convert

RGB 86 89 139 -
CMYK 0.38 0.36 0 0.45
HSL 236.6º 0.24% 0.44% -
HSV(B) 236.6º 0.38% 0.55% -
XYZ 12.07 10.99 25.91 -
YUV 93.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 86 89 139 0.38 0.36 0 0.45 236.6 0.24 0.44
Hex 56 59 8B 26 24 0 2D ED 18 2C
Octal 126 131 213 46 44 0 55 355 30 54
Binary 1010110 1011001 10001011 100110 100100 0 101101 11101101 11000 101100

Color Harmonies of #56598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56598B

Black with #56598B

Text Example


Text Example

White with #56598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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