#055256

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

Shades of Sherpa Blue #055256

Tints of Sherpa Blue #055256

Color information

#055256 (or 0x055256) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 56. RGB value is (5,82,86). Sum of RGB (Red+Green+Blue) = 5+82+86=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #055256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055256 is #FAADA9. Grayscale: #3B3B3B. Windows color (decimal): -16428458 or 5657093. OLE color: 5657093.

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

Color convert

RGB58286-
CMYK0.940.0500.66
HSL182.96º89.01%17.84%-
HSV(B)182.96º94.19%33.73%-
XYZ4.766.749.85-
YUV59.43142.9989.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=2.89%
G=47.40%
B=49.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal582860.940.0500.66182.9689.0117.84
Hex552565E5042b75912
Octal51221261365010226713122
Binary1011010010101011010111101010100001010110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055256; }

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

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

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

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

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

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

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

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