Html Css Color HEX #509E98 Cadet Blue

📋 copy color: '#509E98'

red 80 ◦ green 158 ◦ blue 152

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

Shades of Cadet Blue #509E98

Tints of Cadet Blue #509E98

RGB

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

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

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

R = 20.51%
G = 40.51%
B = 38.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#509E98 (or 0x509E98) is known color: Cadet Blue. HEX triplet: 50, 9E and 98. RGB value is (80,158,152). Sum of RGB (Red+Green+Blue) = 80+158+152=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #509E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E98 is #AF6167. Grayscale: #858585. Windows color (decimal): -11493736 or 10002000. OLE color: 10002000.

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

Color convert

RGB 80 158 152 -
CMYK 0.49 0 0.04 0.38
HSL 175.38º 0.33% 0.47% -
HSV(B) 175.38º 0.49% 0.62% -
XYZ 21.2 28.43 34.08 -
YUV 133.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 80 158 152 0.49 0 0.04 0.38 175.38 0.33 0.47
Hex 50 9E 98 31 0 4 26 AF 21 2F
Octal 120 236 230 61 0 4 46 257 41 57
Binary 1010000 10011110 10011000 110001 0 100 100110 10101111 100001 101111

Color Harmonies of #509E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E98

Black with #509E98

Text Example


Text Example

White with #509E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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