Html Css Color HEX #09505D Sherpa Blue

📋 copy color: '#09505D'

red 9 ◦ green 80 ◦ blue 93

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

Shades of Sherpa Blue #09505D

Tints of Sherpa Blue #09505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 4.95%
G = 43.96%
B = 51.1%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09505D (or 0x09505D) is known color: Sherpa Blue. HEX triplet: 09, 50 and 5D. RGB value is (9,80,93). Sum of RGB (Red+Green+Blue) = 9+80+93=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #09505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505D is #F6AFA2. Grayscale: #3C3C3C. Windows color (decimal): -16166819 or 6115337. OLE color: 6115337.

HSL color Cylindrical-coordinate representation of color #09505D: hue angle of 189.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09505D is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 80 93 -
CMYK 0.90 0.14 0 0.64
HSL 189.29º 0.82% 0.2% -
HSV(B) 189.29º 0.9% 0.36% -
XYZ 4.96 6.59 11.37 -
YUV 60.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 9 80 93 0.90 0.14 0 0.64 189.29 0.82 0.2
Hex 9 50 5D 5A E 0 40 BD 52 14
Octal 11 120 135 132 16 0 100 275 122 24
Binary 1001 1010000 1011101 1011010 1110 0 1000000 10111101 1010010 10100

Color Harmonies of #09505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09505D

Black with #09505D

Text Example


Text Example

White with #09505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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