#0A5056

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

Shades of Sherpa Blue #0A5056

Tints of Sherpa Blue #0A5056

Color information

#0A5056 (or 0x0A5056) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 50 and 56. RGB value is (10,80,86). Sum of RGB (Red+Green+Blue) = 10+80+86=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5056 is #F5AFA9. Grayscale: #3B3B3B. Windows color (decimal): -16101290 or 5656586. OLE color: 5656586.

HSL color Cylindrical-coordinate representation of color #0A5056: hue angle of 184.74º 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 #0A5056 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB108086-
CMYK0.880.0700.66
HSL184.74º79.17%18.82%-
HSV(B)184.74º88.37%33.73%-
XYZ4.676.479.81-
YUV59.75142.8192.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.68%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=5.68%
G=45.45%
B=48.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1080860.880.0700.66184.7479.1718.82
HexA5056587042b94f13
Octal121201261307010227111723
Binary10101010000101011010110001110100001010111001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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