Html Css Color HEX #09525D Sherpa Blue

📋 copy color: '#09525D'

red 9 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #09525D

Tints of Sherpa Blue #09525D

RGB

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

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

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

R = 4.89%
G = 44.57%
B = 50.54%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09525D (or 0x09525D) is known color: Sherpa Blue. HEX triplet: 09, 52 and 5D. RGB value is (9,82,93). Sum of RGB (Red+Green+Blue) = 9+82+93=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #09525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525D is #F6ADA2. Grayscale: #3D3D3D. Windows color (decimal): -16166307 or 6115849. OLE color: 6115849.

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

Color convert

RGB 9 82 93 -
CMYK 0.90 0.12 0 0.64
HSL 187.86º 0.82% 0.2% -
HSV(B) 187.86º 0.9% 0.36% -
XYZ 5.11 6.88 11.42 -
YUV 61.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 9 82 93 0.90 0.12 0 0.64 187.86 0.82 0.2
Hex 9 52 5D 5A C 0 40 BC 52 14
Octal 11 122 135 132 14 0 100 274 122 24
Binary 1001 1010010 1011101 1011010 1100 0 1000000 10111100 1010010 10100

Color Harmonies of #09525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09525D

Black with #09525D

Text Example


Text Example

White with #09525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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