#53A583

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

Shades of Ocean Green #53A583

Tints of Ocean Green #53A583

Color information

#53A583 (or 0x53A583) is unknown color: approx Ocean Green. HEX triplet: 53, A5 and 83. RGB value is (83,165,131). Sum of RGB (Red+Green+Blue) = 83+165+131=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #53A583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A583 is #AC5A7C. Grayscale: #888888. Windows color (decimal): -11295357 or 8627539. OLE color: 8627539.

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

Color convert

RGB83165131-
CMYK0.5000.210.35
HSL155.12º33.06%48.63%-
HSV(B)155.12º49.7%64.71%-
XYZ21.1230.3926.23-
YUV136.61124.8389.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=21.90%
G=43.54%
B=34.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831651310.5000.210.35155.1233.0648.63
Hex53A58332015239b2131
Octal12324520362025432334161
Binary1010011101001011000001111001001010110001110011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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