Html Css Color HEX #509FA0 Cadet Blue

📋 copy color: '#509FA0'

red 80 ◦ green 159 ◦ blue 160

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

Shades of Cadet Blue #509FA0

Tints of Cadet Blue #509FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 20.05%
G = 39.85%
B = 40.1%

CMYK

 C value IS 0.5

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#509FA0 (or 0x509FA0) is known color: Cadet Blue. HEX triplet: 50, 9F and A0. RGB value is (80,159,160). Sum of RGB (Red+Green+Blue) = 80+159+160=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #509FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FA0 is #AF605F. Grayscale: #878787. Windows color (decimal): -11493472 or 10526544. OLE color: 10526544.

HSL color Cylindrical-coordinate representation of color #509FA0: hue angle of 180.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509FA0 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 159 160 -
CMYK 0.5 0.01 0 0.37
HSL 180.75º 0.33% 0.47% -
HSV(B) 180.75º 0.5% 0.63% -
XYZ 22.05 29.04 37.7 -
YUV 135.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 80 159 160 0.5 0.01 0 0.37 180.75 0.33 0.47
Hex 50 9F A0 32 1 0 25 B5 21 2F
Octal 120 237 240 62 1 0 45 265 41 57
Binary 1010000 10011111 10100000 110010 1 0 100101 10110101 100001 101111

Color Harmonies of #509FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FA0

Black with #509FA0

Text Example


Text Example

White with #509FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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