#53A1A7

Color #53A1A7 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #53A1A7

Tints of Cadet Blue #53A1A7

Color information

#53A1A7 (or 0x53A1A7) is unknown color: approx Cadet Blue. HEX triplet: 53, A1 and A7. RGB value is (83,161,167). Sum of RGB (Red+Green+Blue) = 83+161+167=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #53A1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1A7 is #AC5E58. Grayscale: #8A8A8A. Windows color (decimal): -11296345 or 10985811. OLE color: 10985811.

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

Color convert

RGB83161167-
CMYK0.500.0400.35
HSL184.29º33.6%49.02%-
HSV(B)184.29º50.3%65.49%-
XYZ23.2930.1241.15-
YUV138.36144.1688.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.19%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=20.19%
G=39.17%
B=40.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831611670.500.0400.35184.2933.649.02
Hex53A1A7324023b82231
Octal1232412476240432704261
Binary10100111010000110100111110010100010001110111000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,167); }

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

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

 a { background-color: rgb(83,161,167); }

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

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

 span { border-color: rgb(83,161,167); }

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