Html Css Color HEX #509DAA Cadet Blue

📋 copy color: '#509DAA'

red 80 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #509DAA

Tints of Cadet Blue #509DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 19.66%
G = 38.57%
B = 41.77%

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

#509DAA (or 0x509DAA) is known color: Cadet Blue. HEX triplet: 50, 9D and AA. RGB value is (80,157,170). Sum of RGB (Red+Green+Blue) = 80+157+170=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 157 (61.72% from 255 or 38.57% 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 #509DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAA is #AF6255. Grayscale: #878787. Windows color (decimal): -11493974 or 11181392. OLE color: 11181392.

HSL color Cylindrical-coordinate representation of color #509DAA: hue angle of 188.67º 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 #509DAA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 157 170 -
CMYK 0.53 0.08 0 0.33
HSL 188.67º 0.36% 0.49% -
HSV(B) 188.67º 0.53% 0.67% -
XYZ 22.62 28.72 42.38 -
YUV 135.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 80 157 170 0.53 0.08 0 0.33 188.67 0.36 0.49
Hex 50 9D AA 35 8 0 21 BD 24 31
Octal 120 235 252 65 10 0 41 275 44 61
Binary 1010000 10011101 10101010 110101 1000 0 100001 10111101 100100 110001

Color Harmonies of #509DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DAA

Black with #509DAA

Text Example


Text Example

White with #509DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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