Html Css Color HEX #09505C Sherpa Blue

📋 copy color: '#09505C'

red 9 ◦ green 80 ◦ blue 92

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

Shades of Sherpa Blue #09505C

Tints of Sherpa Blue #09505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 4.97%
G = 44.2%
B = 50.83%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09505C (or 0x09505C) is known color: Sherpa Blue. HEX triplet: 09, 50 and 5C. RGB value is (9,80,92). Sum of RGB (Red+Green+Blue) = 9+80+92=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #09505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505C is #F6AFA3. Grayscale: #3C3C3C. Windows color (decimal): -16166820 or 6049801. OLE color: 6049801.

HSL color Cylindrical-coordinate representation of color #09505C: hue angle of 188.67º 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 #09505C is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 80 92 -
CMYK 0.90 0.13 0 0.64
HSL 188.67º 0.82% 0.2% -
HSV(B) 188.67º 0.9% 0.36% -
XYZ 4.91 6.57 11.13 -
YUV 60.14 145.98 91.52 -
System Red Green Blue C M Y K H S L
Decimal 9 80 92 0.90 0.13 0 0.64 188.67 0.82 0.2
Hex 9 50 5C 5A D 0 40 BD 52 14
Octal 11 120 134 132 15 0 100 275 122 24
Binary 1001 1010000 1011100 1011010 1101 0 1000000 10111101 1010010 10100

Color Harmonies of #09505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09505C

Black with #09505C

Text Example


Text Example

White with #09505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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