#0A5255

Color #0A5255 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #0A5255

Tints of Sherpa Blue #0A5255

Color information

#0A5255 (or 0x0A5255) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 52 and 55. RGB value is (10,82,85). Sum of RGB (Red+Green+Blue) = 10+82+85=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5255 is #F5ADAA. Grayscale: #3C3C3C. Windows color (decimal): -16100779 or 5591562. OLE color: 5591562.

HSL color Cylindrical-coordinate representation of color #0A5255: hue angle of 182.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5255 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB108285-
CMYK0.880.0400.67
HSL182.4º78.95%18.63%-
HSV(B)182.4º88.24%33.33%-
XYZ4.786.759.65-
YUV60.81141.6591.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=5.65%
G=46.33%
B=48.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1082850.880.0400.67182.478.9518.63
HexA5255584043b64f13
Octal121221251304010326611723
Binary10101010010101010110110001000100001110110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5255; }

 p { color: rgb(10,82,85); }

 H1.HeaderClassName
 {
   color: #0A5255;
 }
 .AnyTagClassName
 {
   color: #0A5255;
 }
</style>
background-color css

<style>
 a { background-color: #0A5255; }

 a { background-color: rgb(10,82,85); }

 div.DivClassName
 {
   background-color: #0A5255;
 }
 .BgClassName
 {
   background-color: #0A5255;
 }
</style>
border-color css

<style>
 span { border-color: #0A5255; }

 span { border-color: rgb(10,82,85); }

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