#56A583

Color #56A583 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #56A583

Tints of Ocean Green #56A583

Color information

#56A583 (or 0x56A583) is unknown color: approx Ocean Green. HEX triplet: 56, A5 and 83. RGB value is (86,165,131). Sum of RGB (Red+Green+Blue) = 86+165+131=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #56A583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A583 is #A95A7C. Grayscale: #898989. Windows color (decimal): -11098749 or 8627542. OLE color: 8627542.

HSL color Cylindrical-coordinate representation of color #56A583: hue angle of 154.18º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A583 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB86165131-
CMYK0.4800.210.35
HSL154.18º31.47%49.22%-
HSV(B)154.18º47.88%64.71%-
XYZ21.3930.5326.24-
YUV137.5124.3391.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.51%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=22.51%
G=43.19%
B=34.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651310.4800.210.35154.1831.4749.22
Hex56A58330015239a1f31
Octal12624520360025432323761
Binary101011010100101100000111100000101011000111001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A583; }

 p { color: rgb(86,165,131); }

 H1.HeaderClassName
 {
   color: #56A583;
 }
 .AnyTagClassName
 {
   color: #56A583;
 }
</style>
background-color css

<style>
 a { background-color: #56A583; }

 a { background-color: rgb(86,165,131); }

 div.DivClassName
 {
   background-color: #56A583;
 }
 .BgClassName
 {
   background-color: #56A583;
 }
</style>
border-color css

<style>
 span { border-color: #56A583; }

 span { border-color: rgb(86,165,131); }

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