#529CA1

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

Shades of Cadet Blue #529CA1

Tints of Cadet Blue #529CA1

Color information

#529CA1 (or 0x529CA1) is unknown color: approx Cadet Blue. HEX triplet: 52, 9C and A1. RGB value is (82,156,161). Sum of RGB (Red+Green+Blue) = 82+156+161=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #529CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529CA1 is #AD635E. Grayscale: #868686. Windows color (decimal): -11363167 or 10591314. OLE color: 10591314.

HSL color Cylindrical-coordinate representation of color #529CA1: hue angle of 183.8º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #529CA1 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB82156161-
CMYK0.490.0300.37
HSL183.8º32.51%47.65%-
HSV(B)183.8º49.07%63.14%-
XYZ21.828.1438-
YUV134.44142.9890.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=20.55%
G=39.10%
B=40.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821561610.490.0300.37183.832.5147.65
Hex529CA1313025b82130
Octal1222342416130452704160
Binary1010010100111001010000111000111010010110111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529CA1; }

 p { color: rgb(82,156,161); }

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

<style>
 a { background-color: #529CA1; }

 a { background-color: rgb(82,156,161); }

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

<style>
 span { border-color: #529CA1; }

 span { border-color: rgb(82,156,161); }

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