#529BA1

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

Shades of Cadet Blue #529BA1

Tints of Cadet Blue #529BA1

Color information

#529BA1 (or 0x529BA1) is unknown color: approx Cadet Blue. HEX triplet: 52, 9B and A1. RGB value is (82,155,161). Sum of RGB (Red+Green+Blue) = 82+155+161=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #529BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BA1 is #AD645E. Grayscale: #858585. Windows color (decimal): -11363423 or 10591058. OLE color: 10591058.

HSL color Cylindrical-coordinate representation of color #529BA1: hue angle of 184.56º 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 #529BA1 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB82155161-
CMYK0.490.0400.37
HSL184.56º32.51%47.65%-
HSV(B)184.56º49.07%63.14%-
XYZ21.6327.8137.95-
YUV133.86143.3291.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=20.60%
G=38.94%
B=40.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821551610.490.0400.37184.5632.5147.65
Hex529BA1314025b92130
Octal1222332416140452714160
Binary10100101001101110100001110001100010010110111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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