Html Css Color HEX #53A567 Ocean Green

📋 copy color: '#53A567'

red 83 ◦ green 165 ◦ blue 103

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

Shades of Ocean Green #53A567

Tints of Ocean Green #53A567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 23.65%
G = 47.01%
B = 29.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#53A567 (or 0x53A567) is known color: Ocean Green. HEX triplet: 53, A5 and 67. RGB value is (83,165,103). Sum of RGB (Red+Green+Blue) = 83+165+103=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #53A567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A567 is #AC5A98. Grayscale: #858585. Windows color (decimal): -11295385 or 6792531. OLE color: 6792531.

HSL color Cylindrical-coordinate representation of color #53A567: hue angle of 134.63º 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 #53A567 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 165 103 -
CMYK 0.50 0 0.38 0.35
HSL 134.63º 0.33% 0.49% -
HSV(B) 134.63º 0.5% 0.65% -
XYZ 19.47 29.73 17.54 -
YUV 133.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 83 165 103 0.50 0 0.38 0.35 134.63 0.33 0.49
Hex 53 A5 67 32 0 26 23 87 21 31
Octal 123 245 147 62 0 46 43 207 41 61
Binary 1010011 10100101 1100111 110010 0 100110 100011 10000111 100001 110001

Color Harmonies of #53A567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A567

Black with #53A567

Text Example


Text Example

White with #53A567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53A567;
 }
 .AnyTagClassName
 {
   color: #53A567;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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