Html Css Color HEX #509FAC Cadet Blue

📋 copy color: '#509FAC'

red 80 ◦ green 159 ◦ blue 172

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

Shades of Cadet Blue #509FAC

Tints of Cadet Blue #509FAC

RGB

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

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

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

R = 19.46%
G = 38.69%
B = 41.85%

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

#509FAC (or 0x509FAC) is known color: Cadet Blue. HEX triplet: 50, 9F and AC. RGB value is (80,159,172). Sum of RGB (Red+Green+Blue) = 80+159+172=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #509FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FAC is #AF6053. Grayscale: #888888. Windows color (decimal): -11493460 or 11312976. OLE color: 11312976.

HSL color Cylindrical-coordinate representation of color #509FAC: hue angle of 188.48º 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 #509FAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 159 172 -
CMYK 0.53 0.08 0 0.33
HSL 188.48º 0.37% 0.49% -
HSV(B) 188.48º 0.53% 0.67% -
XYZ 23.15 29.48 43.5 -
YUV 136.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 80 159 172 0.53 0.08 0 0.33 188.48 0.37 0.49
Hex 50 9F AC 35 8 0 21 BC 25 31
Octal 120 237 254 65 10 0 41 274 45 61
Binary 1010000 10011111 10101100 110101 1000 0 100001 10111100 100101 110001

Color Harmonies of #509FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FAC

Black with #509FAC

Text Example


Text Example

White with #509FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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