Html Css Color HEX #509FA5 Cadet Blue

📋 copy color: '#509FA5'

red 80 ◦ green 159 ◦ blue 165

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

Shades of Cadet Blue #509FA5

Tints of Cadet Blue #509FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 19.8%
G = 39.36%
B = 40.84%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#509FA5 (or 0x509FA5) is known color: Cadet Blue. HEX triplet: 50, 9F and A5. RGB value is (80,159,165). Sum of RGB (Red+Green+Blue) = 80+159+165=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #509FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FA5 is #AF605A. Grayscale: #878787. Windows color (decimal): -11493467 or 10854224. OLE color: 10854224.

HSL color Cylindrical-coordinate representation of color #509FA5: hue angle of 184.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #509FA5 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 159 165 -
CMYK 0.52 0.04 0 0.35
HSL 184.24º 0.35% 0.48% -
HSV(B) 184.24º 0.52% 0.65% -
XYZ 22.5 29.22 40.05 -
YUV 136.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 80 159 165 0.52 0.04 0 0.35 184.24 0.35 0.48
Hex 50 9F A5 34 4 0 23 B8 23 30
Octal 120 237 245 64 4 0 43 270 43 60
Binary 1010000 10011111 10100101 110100 100 0 100011 10111000 100011 110000

Color Harmonies of #509FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FA5

Black with #509FA5

Text Example


Text Example

White with #509FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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