Html Css Color HEX #529BA1 Cadet Blue

📋 copy color: '#529BA1'

red 82 ◦ green 155 ◦ blue 161

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

Shades of Cadet Blue #529BA1

Tints of Cadet Blue #529BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 20.6%
G = 38.94%
B = 40.45%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#529BA1 (or 0x529BA1) is known color: 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

RGB 82 155 161 -
CMYK 0.49 0.04 0 0.37
HSL 184.56º 0.33% 0.48% -
HSV(B) 184.56º 0.49% 0.63% -
XYZ 21.63 27.81 37.95 -
YUV 133.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 82 155 161 0.49 0.04 0 0.37 184.56 0.33 0.48
Hex 52 9B A1 31 4 0 25 B9 21 30
Octal 122 233 241 61 4 0 45 271 41 60
Binary 1010010 10011011 10100001 110001 100 0 100101 10111001 100001 110000

Color Harmonies of #529BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BA1

Black with #529BA1

Text Example


Text Example

White with #529BA1

Text Example


Text Example

HTML Codes & Css Web 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>