Html Css Color HEX #09524E Sherpa Blue

📋 copy color: '#09524E'

red 9 ◦ green 82 ◦ blue 78

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

Shades of Sherpa Blue #09524E

Tints of Sherpa Blue #09524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.52%

 BLUE value IS 78 (30.86% from 255) = 46.15%

R = 5.33%
G = 48.52%
B = 46.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#09524E (or 0x09524E) is known color: Sherpa Blue. HEX triplet: 09, 52 and 4E. RGB value is (9,82,78). Sum of RGB (Red+Green+Blue) = 9+82+78=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #09524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09524E is #F6ADB1. Grayscale: #3B3B3B. Windows color (decimal): -16166322 or 5132809. OLE color: 5132809.

HSL color Cylindrical-coordinate representation of color #09524E: hue angle of 176.71º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09524E is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 78 -
CMYK 0.89 0 0.05 0.68
HSL 176.71º 0.8% 0.18% -
HSV(B) 176.71º 0.89% 0.32% -
XYZ 4.51 6.64 8.25 -
YUV 59.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 9 82 78 0.89 0 0.05 0.68 176.71 0.8 0.18
Hex 9 52 4E 59 0 5 44 B1 50 12
Octal 11 122 116 131 0 5 104 261 120 22
Binary 1001 1010010 1001110 1011001 0 101 1000100 10110001 1010000 10010

Color Harmonies of #09524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09524E

Black with #09524E

Text Example


Text Example

White with #09524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,82,78); }

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

background-color css

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

 a { background-color: rgb(9,82,78); }

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

border-color css

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

 span { border-color: rgb(9,82,78); }

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