#53A7A7

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

Shades of Cadet Blue #53A7A7

Tints of Cadet Blue #53A7A7

Color information

#53A7A7 (or 0x53A7A7) is unknown color: approx Cadet Blue. HEX triplet: 53, A7 and A7. RGB value is (83,167,167). Sum of RGB (Red+Green+Blue) = 83+167+167=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 167 - color contains mainly: green, blue. Hex color #53A7A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A7 is #AC5858. Grayscale: #8D8D8D. Windows color (decimal): -11294809 or 10987347. OLE color: 10987347.

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

Color convert

RGB83167167-
CMYK0.50000.35
HSL180º33.6%49.02%-
HSV(B)180º50.3%65.49%-
XYZ24.3632.2741.5-
YUV141.88142.1786-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=19.90%
G=40.05%
B=40.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671670.50000.3518033.649.02
Hex53A7A7320023b42231
Octal1232472476200432644261
Binary101001110100111101001111100100010001110110100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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