#52A699

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

Shades of Cadet Blue #52A699

Tints of Cadet Blue #52A699

Color information

#52A699 (or 0x52A699) is unknown color: approx Cadet Blue. HEX triplet: 52, A6 and 99. RGB value is (82,166,153). Sum of RGB (Red+Green+Blue) = 82+166+153=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #52A699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A699 is #AD5966. Grayscale: #8B8B8B. Windows color (decimal): -11360615 or 10069586. OLE color: 10069586.

HSL color Cylindrical-coordinate representation of color #52A699: 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.51%. Process color model (Four color, CMYK) of #52A699 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB82166153-
CMYK0.5100.080.35
HSL170.71º33.87%48.63%-
HSV(B)170.71º50.6%65.1%-
XYZ22.8731.3734.99-
YUV139.4135.6787.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.45%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=20.45%
G=41.40%
B=38.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661530.5100.080.35170.7133.8748.63
Hex52A699330823ab2231
Octal12224623163010432534261
Binary101001010100110100110011100110100010001110101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A699; }

 p { color: rgb(82,166,153); }

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

<style>
 a { background-color: #52A699; }

 a { background-color: rgb(82,166,153); }

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

<style>
 span { border-color: #52A699; }

 span { border-color: rgb(82,166,153); }

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