Html Css Color HEX #509A9D Cadet Blue

📋 copy color: '#509A9D'

red 80 ◦ green 154 ◦ blue 157

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

Shades of Cadet Blue #509A9D

Tints of Cadet Blue #509A9D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

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

R = 20.46%
G = 39.39%
B = 40.15%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#509A9D (or 0x509A9D) is known color: Cadet Blue. HEX triplet: 50, 9A and 9D. RGB value is (80,154,157). Sum of RGB (Red+Green+Blue) = 80+154+157=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #509A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A9D is #AF6562. Grayscale: #848484. Windows color (decimal): -11494755 or 10328656. OLE color: 10328656.

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

Color convert

RGB 80 154 157 -
CMYK 0.49 0.02 0 0.38
HSL 182.34º 0.32% 0.46% -
HSV(B) 182.34º 0.49% 0.62% -
XYZ 20.95 27.25 36.05 -
YUV 132.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 80 154 157 0.49 0.02 0 0.38 182.34 0.32 0.46
Hex 50 9A 9D 31 2 0 26 B6 20 2E
Octal 120 232 235 61 2 0 46 266 40 56
Binary 1010000 10011010 10011101 110001 10 0 100110 10110110 100000 101110

Color Harmonies of #509A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A9D

Black with #509A9D

Text Example


Text Example

White with #509A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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