Html Css Color HEX #09525F Sherpa Blue

📋 copy color: '#09525F'

red 9 ◦ green 82 ◦ blue 95

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

Shades of Sherpa Blue #09525F

Tints of Sherpa Blue #09525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 4.84%
G = 44.09%
B = 51.08%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09525F (or 0x09525F) is known color: Sherpa Blue. HEX triplet: 09, 52 and 5F. RGB value is (9,82,95). Sum of RGB (Red+Green+Blue) = 9+82+95=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #09525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525F is #F6ADA0. Grayscale: #3D3D3D. Windows color (decimal): -16166305 or 6246921. OLE color: 6246921.

HSL color Cylindrical-coordinate representation of color #09525F: hue angle of 189.07º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09525F is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 82 95 -
CMYK 0.91 0.14 0 0.63
HSL 189.07º 0.83% 0.2% -
HSV(B) 189.07º 0.91% 0.37% -
XYZ 5.2 6.92 11.89 -
YUV 61.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 9 82 95 0.91 0.14 0 0.63 189.07 0.83 0.2
Hex 9 52 5F 5B E 0 3F BD 53 14
Octal 11 122 137 133 16 0 77 275 123 24
Binary 1001 1010010 1011111 1011011 1110 0 111111 10111101 1010011 10100

Color Harmonies of #09525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09525F

Black with #09525F

Text Example


Text Example

White with #09525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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