Html Css Color HEX #09504F Sherpa Blue

📋 copy color: '#09504F'

red 9 ◦ green 80 ◦ blue 79

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

Shades of Sherpa Blue #09504F

Tints of Sherpa Blue #09504F

RGB

 RED value IS 9 (3.91% from 255) = 5.36%

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 5.36%
G = 47.62%
B = 47.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#09504F (or 0x09504F) is known color: Sherpa Blue. HEX triplet: 09, 50 and 4F. RGB value is (9,80,79). Sum of RGB (Red+Green+Blue) = 9+80+79=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #09504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09504F is #F6AFB0. Grayscale: #3A3A3A. Windows color (decimal): -16166833 or 5197833. OLE color: 5197833.

HSL color Cylindrical-coordinate representation of color #09504F: hue angle of 179.15º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09504F is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 79 -
CMYK 0.89 0 0.01 0.69
HSL 179.15º 0.8% 0.17% -
HSV(B) 179.15º 0.89% 0.31% -
XYZ 4.39 6.36 8.39 -
YUV 58.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 9 80 79 0.89 0 0.01 0.69 179.15 0.8 0.17
Hex 9 50 4F 59 0 1 45 B3 50 11
Octal 11 120 117 131 0 1 105 263 120 21
Binary 1001 1010000 1001111 1011001 0 1 1000101 10110011 1010000 10001

Color Harmonies of #09504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09504F

Black with #09504F

Text Example


Text Example

White with #09504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09504F; }

 p { color: rgb(9,80,79); }

 H1.HeaderClassName
 {
   color: #09504F;
 }
 .AnyTagClassName
 {
   color: #09504F;
 }
</style>

background-color css

<style>
 a { background-color: #09504F; }

 a { background-color: rgb(9,80,79); }

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

border-color css

<style>
 span { border-color: #09504F; }

 span { border-color: rgb(9,80,79); }

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