Html Css Color HEX #53A39D Cadet Blue

📋 copy color: '#53A39D'

red 83 ◦ green 163 ◦ blue 157

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

Shades of Cadet Blue #53A39D

Tints of Cadet Blue #53A39D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 20.6%
G = 40.45%
B = 38.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#53A39D (or 0x53A39D) is known color: Cadet Blue. HEX triplet: 53, A3 and 9D. RGB value is (83,163,157). Sum of RGB (Red+Green+Blue) = 83+163+157=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #53A39D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A39D is #AC5C62. Grayscale: #8A8A8A. Windows color (decimal): -11295843 or 10330963. OLE color: 10330963.

HSL color Cylindrical-coordinate representation of color #53A39D: hue angle of 175.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A39D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 157 -
CMYK 0.49 0 0.04 0.36
HSL 175.5º 0.33% 0.48% -
HSV(B) 175.5º 0.49% 0.64% -
XYZ 22.75 30.47 36.58 -
YUV 138.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 83 163 157 0.49 0 0.04 0.36 175.5 0.33 0.48
Hex 53 A3 9D 31 0 4 24 B0 21 30
Octal 123 243 235 61 0 4 44 260 41 60
Binary 1010011 10100011 10011101 110001 0 100 100100 10110000 100001 110000

Color Harmonies of #53A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A39D

Black with #53A39D

Text Example


Text Example

White with #53A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,157); }

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

background-color css

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

 a { background-color: rgb(83,163,157); }

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

border-color css

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

 span { border-color: rgb(83,163,157); }

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