Html Css Color HEX #09515A Sherpa Blue

📋 copy color: '#09515A'

red 9 ◦ green 81 ◦ blue 90

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

Shades of Sherpa Blue #09515A

Tints of Sherpa Blue #09515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.9

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09515A (or 0x09515A) is known color: Sherpa Blue. HEX triplet: 09, 51 and 5A. RGB value is (9,81,90). Sum of RGB (Red+Green+Blue) = 9+81+90=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #09515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515A is #F6AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16166566 or 5918985. OLE color: 5918985.

HSL color Cylindrical-coordinate representation of color #09515A: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09515A is Cyan = 0.9, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 81 90 -
CMYK 0.9 0.1 0 0.65
HSL 186.67º 0.82% 0.19% -
HSV(B) 186.67º 0.9% 0.35% -
XYZ 4.9 6.68 10.7 -
YUV 60.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 9 81 90 0.9 0.1 0 0.65 186.67 0.82 0.19
Hex 9 51 5A 5A A 0 41 BB 52 13
Octal 11 121 132 132 12 0 101 273 122 23
Binary 1001 1010001 1011010 1011010 1010 0 1000001 10111011 1010010 10011

Color Harmonies of #09515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09515A

Black with #09515A

Text Example


Text Example

White with #09515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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