Html Css Color HEX #509F9D Cadet Blue

📋 copy color: '#509F9D'

red 80 ◦ green 159 ◦ blue 157

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

Shades of Cadet Blue #509F9D

Tints of Cadet Blue #509F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 20.2%
G = 40.15%
B = 39.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#509F9D (or 0x509F9D) is known color: Cadet Blue. HEX triplet: 50, 9F and 9D. RGB value is (80,159,157). Sum of RGB (Red+Green+Blue) = 80+159+157=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #509F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F9D is #AF6062. Grayscale: #878787. Windows color (decimal): -11493475 or 10329936. OLE color: 10329936.

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

Color convert

RGB 80 159 157 -
CMYK 0.50 0 0.01 0.38
HSL 178.48º 0.33% 0.47% -
HSV(B) 178.48º 0.5% 0.62% -
XYZ 21.79 28.94 36.33 -
YUV 135.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 80 159 157 0.50 0 0.01 0.38 178.48 0.33 0.47
Hex 50 9F 9D 32 0 1 26 B2 21 2F
Octal 120 237 235 62 0 1 46 262 41 57
Binary 1010000 10011111 10011101 110010 0 1 100110 10110010 100001 101111

Color Harmonies of #509F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F9D

Black with #509F9D

Text Example


Text Example

White with #509F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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