Html Css Color HEX #53A59A Cadet Blue

📋 copy color: '#53A59A'

red 83 ◦ green 165 ◦ blue 154

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

Shades of Cadet Blue #53A59A

Tints of Cadet Blue #53A59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 20.65%
G = 41.04%
B = 38.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#53A59A (or 0x53A59A) is known color: Cadet Blue. HEX triplet: 53, A5 and 9A. RGB value is (83,165,154). Sum of RGB (Red+Green+Blue) = 83+165+154=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #53A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A59A is #AC5A65. Grayscale: #8B8B8B. Windows color (decimal): -11295334 or 10134867. OLE color: 10134867.

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

Color convert

RGB 83 165 154 -
CMYK 0.50 0 0.07 0.35
HSL 171.95º 0.33% 0.49% -
HSV(B) 171.95º 0.5% 0.65% -
XYZ 22.86 31.08 35.37 -
YUV 139.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 83 165 154 0.50 0 0.07 0.35 171.95 0.33 0.49
Hex 53 A5 9A 32 0 7 23 AC 21 31
Octal 123 245 232 62 0 7 43 254 41 61
Binary 1010011 10100101 10011010 110010 0 111 100011 10101100 100001 110001

Color Harmonies of #53A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A59A

Black with #53A59A

Text Example


Text Example

White with #53A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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