Html Css Color HEX #539AAA Cadet Blue

📋 copy color: '#539AAA'

red 83 ◦ green 154 ◦ blue 170

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

Shades of Cadet Blue #539AAA

Tints of Cadet Blue #539AAA

RGB

 RED value IS 83 (32.81% from 255) = 20.39%

 GREEN value IS 154 (60.55% from 255) = 37.84%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 20.39%
G = 37.84%
B = 41.77%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#539AAA (or 0x539AAA) is known color: Cadet Blue. HEX triplet: 53, 9A and AA. RGB value is (83,154,170). Sum of RGB (Red+Green+Blue) = 83+154+170=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #539AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539AAA is #AC6555. Grayscale: #868686. Windows color (decimal): -11298134 or 11180627. OLE color: 11180627.

HSL color Cylindrical-coordinate representation of color #539AAA: hue angle of 191.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539AAA is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 154 170 -
CMYK 0.51 0.09 0 0.33
HSL 191.03º 0.34% 0.5% -
HSV(B) 191.03º 0.51% 0.67% -
XYZ 22.38 27.85 42.23 -
YUV 134.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 83 154 170 0.51 0.09 0 0.33 191.03 0.34 0.5
Hex 53 9A AA 33 9 0 21 BF 22 32
Octal 123 232 252 63 11 0 41 277 42 62
Binary 1010011 10011010 10101010 110011 1001 0 100001 10111111 100010 110010

Color Harmonies of #539AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539AAA

Black with #539AAA

Text Example


Text Example

White with #539AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539AAA; }

 p { color: rgb(83,154,170); }

 H1.HeaderClassName
 {
   color: #539AAA;
 }
 .AnyTagClassName
 {
   color: #539AAA;
 }
</style>

background-color css

<style>
 a { background-color: #539AAA; }

 a { background-color: rgb(83,154,170); }

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

border-color css

<style>
 span { border-color: #539AAA; }

 span { border-color: rgb(83,154,170); }

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