Html Css Color HEX #509E9B Cadet Blue

📋 copy color: '#509E9B'

red 80 ◦ green 158 ◦ blue 155

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

Shades of Cadet Blue #509E9B

Tints of Cadet Blue #509E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 20.36%
G = 40.2%
B = 39.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#509E9B (or 0x509E9B) is known color: Cadet Blue. HEX triplet: 50, 9E and 9B. RGB value is (80,158,155). Sum of RGB (Red+Green+Blue) = 80+158+155=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #509E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E9B is #AF6164. Grayscale: #868686. Windows color (decimal): -11493733 or 10198608. OLE color: 10198608.

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

Color convert

RGB 80 158 155 -
CMYK 0.49 0 0.02 0.38
HSL 177.69º 0.33% 0.47% -
HSV(B) 177.69º 0.49% 0.62% -
XYZ 21.45 28.53 35.39 -
YUV 134.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 80 158 155 0.49 0 0.02 0.38 177.69 0.33 0.47
Hex 50 9E 9B 31 0 2 26 B2 21 2F
Octal 120 236 233 61 0 2 46 262 41 57
Binary 1010000 10011110 10011011 110001 0 10 100110 10110010 100001 101111

Color Harmonies of #509E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E9B

Black with #509E9B

Text Example


Text Example

White with #509E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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