Html Css Color HEX #509EAC Cadet Blue

📋 copy color: '#509EAC'

red 80 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #509EAC

Tints of Cadet Blue #509EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 19.51%
G = 38.54%
B = 41.95%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#509EAC (or 0x509EAC) is known color: Cadet Blue. HEX triplet: 50, 9E and AC. RGB value is (80,158,172). Sum of RGB (Red+Green+Blue) = 80+158+172=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #509EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509EAC is #AF6153. Grayscale: #888888. Windows color (decimal): -11493716 or 11312720. OLE color: 11312720.

HSL color Cylindrical-coordinate representation of color #509EAC: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509EAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 158 172 -
CMYK 0.53 0.08 0 0.33
HSL 189.13º 0.37% 0.49% -
HSV(B) 189.13º 0.53% 0.67% -
XYZ 22.98 29.14 43.44 -
YUV 136.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 80 158 172 0.53 0.08 0 0.33 189.13 0.37 0.49
Hex 50 9E AC 35 8 0 21 BD 25 31
Octal 120 236 254 65 10 0 41 275 45 61
Binary 1010000 10011110 10101100 110101 1000 0 100001 10111101 100101 110001

Color Harmonies of #509EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EAC

Black with #509EAC

Text Example


Text Example

White with #509EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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