Html Css Color HEX #509F98 Cadet Blue

📋 copy color: '#509F98'

red 80 ◦ green 159 ◦ blue 152

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

Shades of Cadet Blue #509F98

Tints of Cadet Blue #509F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 20.46%
G = 40.66%
B = 38.87%

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

#509F98 (or 0x509F98) is known color: Cadet Blue. HEX triplet: 50, 9F and 98. RGB value is (80,159,152). Sum of RGB (Red+Green+Blue) = 80+159+152=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #509F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F98 is #AF6067. Grayscale: #868686. Windows color (decimal): -11493480 or 10002256. OLE color: 10002256.

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

Color convert

RGB 80 159 152 -
CMYK 0.50 0 0.04 0.38
HSL 174.68º 0.33% 0.47% -
HSV(B) 174.68º 0.5% 0.62% -
XYZ 21.37 28.77 34.13 -
YUV 134.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 80 159 152 0.50 0 0.04 0.38 174.68 0.33 0.47
Hex 50 9F 98 32 0 4 26 AF 21 2F
Octal 120 237 230 62 0 4 46 257 41 57
Binary 1010000 10011111 10011000 110010 0 100 100110 10101111 100001 101111

Color Harmonies of #509F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F98

Black with #509F98

Text Example


Text Example

White with #509F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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