Html Css Color HEX #529EA5 Cadet Blue

📋 copy color: '#529EA5'

red 82 ◦ green 158 ◦ blue 165

#529EA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #529EA5

Tints of Cadet Blue #529EA5

RGB

 RED value IS 82 (32.42% from 255) = 20.25%

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 20.25%
G = 39.01%
B = 40.74%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#529EA5 (or 0x529EA5) is known color: Cadet Blue. HEX triplet: 52, 9E and A5. RGB value is (82,158,165). Sum of RGB (Red+Green+Blue) = 82+158+165=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #529EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529EA5 is #AD615A. Grayscale: #878787. Windows color (decimal): -11362651 or 10853970. OLE color: 10853970.

HSL color Cylindrical-coordinate representation of color #529EA5: hue angle of 185.06º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529EA5 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 158 165 -
CMYK 0.50 0.04 0 0.35
HSL 185.06º 0.34% 0.48% -
HSV(B) 185.06º 0.5% 0.65% -
XYZ 22.5 28.96 40 -
YUV 136.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 82 158 165 0.50 0.04 0 0.35 185.06 0.34 0.48
Hex 52 9E A5 32 4 0 23 B9 22 30
Octal 122 236 245 62 4 0 43 271 42 60
Binary 1010010 10011110 10100101 110010 100 0 100011 10111001 100010 110000

Color Harmonies of #529EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EA5

Black with #529EA5

Text Example


Text Example

White with #529EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,158,165); }

 H1.HeaderClassName
 {
   color: #529EA5;
 }
 .AnyTagClassName
 {
   color: #529EA5;
 }
</style>

background-color css

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

 a { background-color: rgb(82,158,165); }

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

border-color css

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

 span { border-color: rgb(82,158,165); }

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