Html Css Color HEX #09505E Sherpa Blue

📋 copy color: '#09505E'

red 9 ◦ green 80 ◦ blue 94

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

Shades of Sherpa Blue #09505E

Tints of Sherpa Blue #09505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 4.92%
G = 43.72%
B = 51.37%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09505E (or 0x09505E) is known color: Sherpa Blue. HEX triplet: 09, 50 and 5E. RGB value is (9,80,94). Sum of RGB (Red+Green+Blue) = 9+80+94=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #09505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505E is #F6AFA1. Grayscale: #3C3C3C. Windows color (decimal): -16166818 or 6180873. OLE color: 6180873.

HSL color Cylindrical-coordinate representation of color #09505E: hue angle of 189.88º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09505E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 80 94 -
CMYK 0.90 0.15 0 0.63
HSL 189.88º 0.83% 0.2% -
HSV(B) 189.88º 0.9% 0.37% -
XYZ 5 6.6 11.6 -
YUV 60.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 9 80 94 0.90 0.15 0 0.63 189.88 0.83 0.2
Hex 9 50 5E 5A F 0 3F BE 53 14
Octal 11 120 136 132 17 0 77 276 123 24
Binary 1001 1010000 1011110 1011010 1111 0 111111 10111110 1010011 10100

Color Harmonies of #09505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09505E

Black with #09505E

Text Example


Text Example

White with #09505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09505E; }

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

 H1.HeaderClassName
 {
   color: #09505E;
 }
 .AnyTagClassName
 {
   color: #09505E;
 }
</style>

background-color css

<style>
 a { background-color: #09505E; }

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

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

border-color css

<style>
 span { border-color: #09505E; }

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

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