Html Css Color HEX #509FA9 Cadet Blue

📋 copy color: '#509FA9'

red 80 ◦ green 159 ◦ blue 169

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

Shades of Cadet Blue #509FA9

Tints of Cadet Blue #509FA9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 19.61%
G = 38.97%
B = 41.42%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#509FA9 (or 0x509FA9) is known color: Cadet Blue. HEX triplet: 50, 9F and A9. RGB value is (80,159,169). Sum of RGB (Red+Green+Blue) = 80+159+169=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #509FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FA9 is #AF6056. Grayscale: #888888. Windows color (decimal): -11493463 or 11116368. OLE color: 11116368.

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

Color convert

RGB 80 159 169 -
CMYK 0.53 0.06 0 0.34
HSL 186.74º 0.36% 0.49% -
HSV(B) 186.74º 0.53% 0.66% -
XYZ 22.87 29.37 42 -
YUV 136.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 80 159 169 0.53 0.06 0 0.34 186.74 0.36 0.49
Hex 50 9F A9 35 6 0 22 BB 24 31
Octal 120 237 251 65 6 0 42 273 44 61
Binary 1010000 10011111 10101001 110101 110 0 100010 10111011 100100 110001

Color Harmonies of #509FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FA9

Black with #509FA9

Text Example


Text Example

White with #509FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,169); }

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

background-color css

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

 a { background-color: rgb(80,159,169); }

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

border-color css

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

 span { border-color: rgb(80,159,169); }

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