#0A5256

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

Shades of Sherpa Blue #0A5256

Tints of Sherpa Blue #0A5256

Color information

#0A5256 (or 0x0A5256) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 52 and 56. RGB value is (10,82,86). Sum of RGB (Red+Green+Blue) = 10+82+86=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A5256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5256 is #F5ADA9. Grayscale: #3C3C3C. Windows color (decimal): -16100778 or 5657098. OLE color: 5657098.

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

Color convert

RGB108286-
CMYK0.880.0500.66
HSL183.16º79.17%18.82%-
HSV(B)183.16º88.37%33.73%-
XYZ4.826.779.86-
YUV60.93142.1591.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=5.62%
G=46.07%
B=48.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1082860.880.0500.66183.1679.1718.82
HexA5256585042b74f13
Octal121221261305010226711723
Binary10101010010101011010110001010100001010110111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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