Html Css Color HEX #09515E Sherpa Blue

📋 copy color: '#09515E'

red 9 ◦ green 81 ◦ blue 94

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

Shades of Sherpa Blue #09515E

Tints of Sherpa Blue #09515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

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

R = 4.89%
G = 44.02%
B = 51.09%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09515E (or 0x09515E) is known color: Sherpa Blue. HEX triplet: 09, 51 and 5E. RGB value is (9,81,94). Sum of RGB (Red+Green+Blue) = 9+81+94=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #09515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515E is #F6AEA1. Grayscale: #3C3C3C. Windows color (decimal): -16166562 or 6181129. OLE color: 6181129.

HSL color Cylindrical-coordinate representation of color #09515E: hue angle of 189.18º 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 #09515E is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 81 94 -
CMYK 0.90 0.14 0 0.63
HSL 189.18º 0.83% 0.2% -
HSV(B) 189.18º 0.9% 0.37% -
XYZ 5.08 6.75 11.63 -
YUV 60.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 9 81 94 0.90 0.14 0 0.63 189.18 0.83 0.2
Hex 9 51 5E 5A E 0 3F BD 53 14
Octal 11 121 136 132 16 0 77 275 123 24
Binary 1001 1010001 1011110 1011010 1110 0 111111 10111101 1010011 10100

Color Harmonies of #09515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09515E

Black with #09515E

Text Example


Text Example

White with #09515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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