#53A79A

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

Shades of Cadet Blue #53A79A

Tints of Cadet Blue #53A79A

Color information

#53A79A (or 0x53A79A) is unknown color: approx Cadet Blue. HEX triplet: 53, A7 and 9A. RGB value is (83,167,154). Sum of RGB (Red+Green+Blue) = 83+167+154=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #53A79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A79A is #AC5865. Grayscale: #8C8C8C. Windows color (decimal): -11294822 or 10135379. OLE color: 10135379.

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

Color convert

RGB83167154-
CMYK0.5000.080.35
HSL170.71º33.6%49.02%-
HSV(B)170.71º50.3%65.49%-
XYZ23.2231.8135.49-
YUV140.4135.6787.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=20.54%
G=41.34%
B=38.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671540.5000.080.35170.7133.649.02
Hex53A79A320823ab2231
Octal12324723262010432534261
Binary101001110100111100110101100100100010001110101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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