#529fab

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

Shades of Cadet Blue #529FAB

Tints of Cadet Blue #529FAB

Color information

#529FAB (or 0x529FAB) is unknown color: approx Cadet Blue. HEX triplet: 52, 9F and AB. RGB value is (82,159,171). Sum of RGB (Red+Green+Blue) = 82+159+171=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #529FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529FAB is #AD6054. Grayscale: #898989. Windows color (decimal): -11362389 or 11247442. OLE color: 11247442.

HSL color Cylindrical-coordinate representation of color #529FAB: hue angle of 188.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #529FAB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82159171-
CMYK0.520.0700.33
HSL188.09º35.18%49.61%-
HSV(B)188.09º52.05%67.06%-
XYZ23.2329.5343-
YUV137.34146.9988.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=19.90%
G=38.59%
B=41.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821591710.520.0700.33188.0935.1849.61
Hex529FAB347021bc2332
Octal1222372536470412744362
Binary10100101001111110101011110100111010000110111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,171); }

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

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

 a { background-color: rgb(82,159,171); }

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

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

 span { border-color: rgb(82,159,171); }

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