#005355

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

Shades of Sherpa Blue #005355

Tints of Sherpa Blue #005355

Color information

#005355 (or 0x005355) is unknown color: approx Sherpa Blue. HEX triplet: 00, 53 and 55. RGB value is (0,83,85). Sum of RGB (Red+Green+Blue) = 0+83+85=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #005355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005355 is #FFACAA. Grayscale: #3A3A3A. Windows color (decimal): -16755883 or 5591808. OLE color: 5591808.

HSL color Cylindrical-coordinate representation of color #005355: hue angle of 181.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005355 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB08385-
CMYK10.0200.67
HSL181.41º100%16.67%-
HSV(B)181.41º100%33.33%-
XYZ4.736.849.67-
YUV58.4114386.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=0%
G=49.40%
B=50.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0838510.0200.67181.4110016.67
Hex05355642043b56411
Octal01231251442010326514421
Binary0101001110101011100100100100001110110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005355; }

 p { color: rgb(0,83,85); }

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

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

 a { background-color: rgb(0,83,85); }

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

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

 span { border-color: rgb(0,83,85); }

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