Html Css Color HEX #509E9D Cadet Blue

📋 copy color: '#509E9D'

red 80 ◦ green 158 ◦ blue 157

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

Shades of Cadet Blue #509E9D

Tints of Cadet Blue #509E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 20.25%
G = 40%
B = 39.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#509E9D (or 0x509E9D) is known color: Cadet Blue. HEX triplet: 50, 9E and 9D. RGB value is (80,158,157). Sum of RGB (Red+Green+Blue) = 80+158+157=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #509E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E9D is #AF6162. Grayscale: #868686. Windows color (decimal): -11493731 or 10329680. OLE color: 10329680.

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

Color convert

RGB 80 158 157 -
CMYK 0.49 0 0.01 0.38
HSL 179.23º 0.33% 0.47% -
HSV(B) 179.23º 0.49% 0.62% -
XYZ 21.62 28.59 36.28 -
YUV 134.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 80 158 157 0.49 0 0.01 0.38 179.23 0.33 0.47
Hex 50 9E 9D 31 0 1 26 B3 21 2F
Octal 120 236 235 61 0 1 46 263 41 57
Binary 1010000 10011110 10011101 110001 0 1 100110 10110011 100001 101111

Color Harmonies of #509E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E9D

Black with #509E9D

Text Example


Text Example

White with #509E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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