Html Css Color HEX #56588C Governor Bay

📋 copy color: '#56588C'

red 86 ◦ green 88 ◦ blue 140

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

Shades of Governor Bay #56588C

Tints of Governor Bay #56588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 27.39%
G = 28.03%
B = 44.59%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56588C (or 0x56588C) is known color: Governor Bay. HEX triplet: 56, 58 and 8C. RGB value is (86,88,140). Sum of RGB (Red+Green+Blue) = 86+88+140=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #56588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56588C is #A9A773. Grayscale: #5D5D5D. Windows color (decimal): -11118452 or 9197654. OLE color: 9197654.

HSL color Cylindrical-coordinate representation of color #56588C: hue angle of 237.78º 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 #56588C is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 88 140 -
CMYK 0.39 0.37 0 0.45
HSL 237.78º 0.24% 0.44% -
HSV(B) 237.78º 0.39% 0.55% -
XYZ 12.06 10.85 26.27 -
YUV 93.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 86 88 140 0.39 0.37 0 0.45 237.78 0.24 0.44
Hex 56 58 8C 27 25 0 2D EE 18 2C
Octal 126 130 214 47 45 0 55 356 30 54
Binary 1010110 1011000 10001100 100111 100101 0 101101 11101110 11000 101100

Color Harmonies of #56588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56588C

Black with #56588C

Text Example


Text Example

White with #56588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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