Html Css Color HEX #09525E Sherpa Blue

📋 copy color: '#09525E'

red 9 ◦ green 82 ◦ blue 94

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

Shades of Sherpa Blue #09525E

Tints of Sherpa Blue #09525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 4.86%
G = 44.32%
B = 50.81%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09525E (or 0x09525E) is known color: Sherpa Blue. HEX triplet: 09, 52 and 5E. RGB value is (9,82,94). Sum of RGB (Red+Green+Blue) = 9+82+94=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #09525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525E is #F6ADA1. Grayscale: #3D3D3D. Windows color (decimal): -16166306 or 6181385. OLE color: 6181385.

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

Color convert

RGB 9 82 94 -
CMYK 0.90 0.13 0 0.63
HSL 188.47º 0.83% 0.2% -
HSV(B) 188.47º 0.9% 0.37% -
XYZ 5.15 6.9 11.65 -
YUV 61.54 146.32 90.52 -
System Red Green Blue C M Y K H S L
Decimal 9 82 94 0.90 0.13 0 0.63 188.47 0.83 0.2
Hex 9 52 5E 5A D 0 3F BC 53 14
Octal 11 122 136 132 15 0 77 274 123 24
Binary 1001 1010010 1011110 1011010 1101 0 111111 10111100 1010011 10100

Color Harmonies of #09525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09525E

Black with #09525E

Text Example


Text Example

White with #09525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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