Html Css Color HEX #509CAA Cadet Blue

📋 copy color: '#509CAA'

red 80 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #509CAA

Tints of Cadet Blue #509CAA

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 19.7%
G = 38.42%
B = 41.87%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#509CAA (or 0x509CAA) is known color: Cadet Blue. HEX triplet: 50, 9C and AA. RGB value is (80,156,170). Sum of RGB (Red+Green+Blue) = 80+156+170=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #509CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAA is #AF6355. Grayscale: #868686. Windows color (decimal): -11494230 or 11181136. OLE color: 11181136.

HSL color Cylindrical-coordinate representation of color #509CAA: hue angle of 189.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509CAA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 156 170 -
CMYK 0.53 0.08 0 0.33
HSL 189.33º 0.36% 0.49% -
HSV(B) 189.33º 0.53% 0.67% -
XYZ 22.45 28.38 42.33 -
YUV 134.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 80 156 170 0.53 0.08 0 0.33 189.33 0.36 0.49
Hex 50 9C AA 35 8 0 21 BD 24 31
Octal 120 234 252 65 10 0 41 275 44 61
Binary 1010000 10011100 10101010 110101 1000 0 100001 10111101 100100 110001

Color Harmonies of #509CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CAA

Black with #509CAA

Text Example


Text Example

White with #509CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509CAA; }

 p { color: rgb(80,156,170); }

 H1.HeaderClassName
 {
   color: #509CAA;
 }
 .AnyTagClassName
 {
   color: #509CAA;
 }
</style>

background-color css

<style>
 a { background-color: #509CAA; }

 a { background-color: rgb(80,156,170); }

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

border-color css

<style>
 span { border-color: #509CAA; }

 span { border-color: rgb(80,156,170); }

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