Html Css Color HEX #09505A Sherpa Blue

📋 copy color: '#09505A'

red 9 ◦ green 80 ◦ blue 90

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

Shades of Sherpa Blue #09505A

Tints of Sherpa Blue #09505A

RGB

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

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

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

R = 5.03%
G = 44.69%
B = 50.28%

CMYK

 C value IS 0.9

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09505A (or 0x09505A) is known color: Sherpa Blue. HEX triplet: 09, 50 and 5A. RGB value is (9,80,90). Sum of RGB (Red+Green+Blue) = 9+80+90=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #09505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505A is #F6AFA5. Grayscale: #3B3B3B. Windows color (decimal): -16166822 or 5918729. OLE color: 5918729.

HSL color Cylindrical-coordinate representation of color #09505A: hue angle of 187.41º 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 #09505A is Cyan = 0.9, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 80 90 -
CMYK 0.9 0.11 0 0.65
HSL 187.41º 0.82% 0.19% -
HSV(B) 187.41º 0.9% 0.35% -
XYZ 4.83 6.53 10.68 -
YUV 59.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 9 80 90 0.9 0.11 0 0.65 187.41 0.82 0.19
Hex 9 50 5A 5A B 0 41 BB 52 13
Octal 11 120 132 132 13 0 101 273 122 23
Binary 1001 1010000 1011010 1011010 1011 0 1000001 10111011 1010010 10011

Color Harmonies of #09505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09505A

Black with #09505A

Text Example


Text Example

White with #09505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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