Html Css Color HEX #53A583 Ocean Green

📋 copy color: '#53A583'

red 83 ◦ green 165 ◦ blue 131

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

Shades of Ocean Green #53A583

Tints of Ocean Green #53A583

RGB

 RED value IS 83 (32.81% from 255) = 21.9%

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 21.9%
G = 43.54%
B = 34.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#53A583 (or 0x53A583) is known color: 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

RGB 83 165 131 -
CMYK 0.50 0 0.21 0.35
HSL 155.12º 0.33% 0.49% -
HSV(B) 155.12º 0.5% 0.65% -
XYZ 21.12 30.39 26.23 -
YUV 136.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 83 165 131 0.50 0 0.21 0.35 155.12 0.33 0.49
Hex 53 A5 83 32 0 15 23 9B 21 31
Octal 123 245 203 62 0 25 43 233 41 61
Binary 1010011 10100101 10000011 110010 0 10101 100011 10011011 100001 110001

Color Harmonies of #53A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A583

Black with #53A583

Text Example


Text Example

White with #53A583

Text Example


Text Example

HTML Codes & Css Web 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>