Html Css Color HEX #509F99 Cadet Blue

📋 copy color: '#509F99'

red 80 ◦ green 159 ◦ blue 153

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

Shades of Cadet Blue #509F99

Tints of Cadet Blue #509F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 20.41%
G = 40.56%
B = 39.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#509F99 (or 0x509F99) is known color: Cadet Blue. HEX triplet: 50, 9F and 99. RGB value is (80,159,153). Sum of RGB (Red+Green+Blue) = 80+159+153=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #509F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F99 is #AF6066. Grayscale: #868686. Windows color (decimal): -11493479 or 10067792. OLE color: 10067792.

HSL color Cylindrical-coordinate representation of color #509F99: hue angle of 175.44º 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 #509F99 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 153 -
CMYK 0.50 0 0.04 0.38
HSL 175.44º 0.33% 0.47% -
HSV(B) 175.44º 0.5% 0.62% -
XYZ 21.46 28.8 34.57 -
YUV 134.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 80 159 153 0.50 0 0.04 0.38 175.44 0.33 0.47
Hex 50 9F 99 32 0 4 26 AF 21 2F
Octal 120 237 231 62 0 4 46 257 41 57
Binary 1010000 10011111 10011001 110010 0 100 100110 10101111 100001 101111

Color Harmonies of #509F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F99

Black with #509F99

Text Example


Text Example

White with #509F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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