#529BA3

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

Shades of Cadet Blue #529BA3

Tints of Cadet Blue #529BA3

Color information

#529BA3 (or 0x529BA3) is unknown color: approx Cadet Blue. HEX triplet: 52, 9B and A3. RGB value is (82,155,163). Sum of RGB (Red+Green+Blue) = 82+155+163=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #529BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BA3 is #AD645C. Grayscale: #858585. Windows color (decimal): -11363421 or 10722130. OLE color: 10722130.

HSL color Cylindrical-coordinate representation of color #529BA3: hue angle of 185.93º 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 #529BA3 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82155163-
CMYK0.500.0500.36
HSL185.93º33.06%48.04%-
HSV(B)185.93º49.69%63.92%-
XYZ21.8127.8838.88-
YUV134.08144.3290.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=20.5%
G=38.75%
B=40.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821551630.500.0500.36185.9333.0648.04
Hex529BA3325024ba2130
Octal1222332436250442724160
Binary10100101001101110100011110010101010010010111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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