#529DA4

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

Shades of Cadet Blue #529DA4

Tints of Cadet Blue #529DA4

Color information

#529DA4 (or 0x529DA4) is unknown color: approx Cadet Blue. HEX triplet: 52, 9D and A4. RGB value is (82,157,164). Sum of RGB (Red+Green+Blue) = 82+157+164=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #529DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529DA4 is #AD625B. Grayscale: #878787. Windows color (decimal): -11362908 or 10788178. OLE color: 10788178.

HSL color Cylindrical-coordinate representation of color #529DA4: hue angle of 185.12º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529DA4 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82157164-
CMYK0.50.0400.36
HSL185.12º33.33%48.24%-
HSV(B)185.12º50%64.31%-
XYZ22.2428.5939.47-
YUV135.37144.1589.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=20.35%
G=38.96%
B=40.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821571640.50.0400.36185.1233.3348.24
Hex529DA4324024b92130
Octal1222352446240442714160
Binary10100101001110110100100110010100010010010111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,164); }

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

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

 a { background-color: rgb(82,157,164); }

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

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

 span { border-color: rgb(82,157,164); }

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