Html Css Color HEX #56588E Governor Bay

📋 copy color: '#56588E'

red 86 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #56588E

Tints of Governor Bay #56588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 27.22%
G = 27.85%
B = 44.94%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56588E (or 0x56588E) is known color: Governor Bay. HEX triplet: 56, 58 and 8E. RGB value is (86,88,142). Sum of RGB (Red+Green+Blue) = 86+88+142=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #56588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56588E is #A9A771. Grayscale: #5D5D5D. Windows color (decimal): -11118450 or 9328726. OLE color: 9328726.

HSL color Cylindrical-coordinate representation of color #56588E: hue angle of 237.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56588E is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 88 142 -
CMYK 0.39 0.38 0 0.44
HSL 237.86º 0.25% 0.45% -
HSV(B) 237.86º 0.39% 0.56% -
XYZ 12.21 10.91 27.05 -
YUV 93.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 86 88 142 0.39 0.38 0 0.44 237.86 0.25 0.45
Hex 56 58 8E 27 26 0 2C EE 19 2D
Octal 126 130 216 47 46 0 54 356 31 55
Binary 1010110 1011000 10001110 100111 100110 0 101100 11101110 11001 101101

Color Harmonies of #56588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56588E

Black with #56588E

Text Example


Text Example

White with #56588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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