Html Css Color HEX #509B9F Cadet Blue

📋 copy color: '#509B9F'

red 80 ◦ green 155 ◦ blue 159

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

Shades of Cadet Blue #509B9F

Tints of Cadet Blue #509B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 20.3%
G = 39.34%
B = 40.36%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#509B9F (or 0x509B9F) is known color: Cadet Blue. HEX triplet: 50, 9B and 9F. RGB value is (80,155,159). Sum of RGB (Red+Green+Blue) = 80+155+159=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #509B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B9F is #AF6460. Grayscale: #848484. Windows color (decimal): -11494497 or 10459984. OLE color: 10459984.

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

Color convert

RGB 80 155 159 -
CMYK 0.50 0.03 0 0.38
HSL 183.04º 0.33% 0.47% -
HSV(B) 183.04º 0.5% 0.62% -
XYZ 21.29 27.65 37.02 -
YUV 133.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 80 155 159 0.50 0.03 0 0.38 183.04 0.33 0.47
Hex 50 9B 9F 32 3 0 26 B7 21 2F
Octal 120 233 237 62 3 0 46 267 41 57
Binary 1010000 10011011 10011111 110010 11 0 100110 10110111 100001 101111

Color Harmonies of #509B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B9F

Black with #509B9F

Text Example


Text Example

White with #509B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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