Html Css Color HEX #56588B Governor Bay

📋 copy color: '#56588B'

red 86 ◦ green 88 ◦ blue 139

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

Shades of Governor Bay #56588B

Tints of Governor Bay #56588B

RGB

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

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

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

R = 27.48%
G = 28.12%
B = 44.41%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56588B (or 0x56588B) is known color: Governor Bay. HEX triplet: 56, 58 and 8B. RGB value is (86,88,139). Sum of RGB (Red+Green+Blue) = 86+88+139=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #56588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56588B is #A9A774. Grayscale: #5D5D5D. Windows color (decimal): -11118453 or 9132118. OLE color: 9132118.

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

Color convert

RGB 86 88 139 -
CMYK 0.38 0.37 0 0.45
HSL 237.74º 0.24% 0.44% -
HSV(B) 237.74º 0.38% 0.55% -
XYZ 11.99 10.82 25.88 -
YUV 93.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 86 88 139 0.38 0.37 0 0.45 237.74 0.24 0.44
Hex 56 58 8B 26 25 0 2D EE 18 2C
Octal 126 130 213 46 45 0 55 356 30 54
Binary 1010110 1011000 10001011 100110 100101 0 101101 11101110 11000 101100

Color Harmonies of #56588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56588B

Black with #56588B

Text Example


Text Example

White with #56588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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