#005349

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

Shades of Sherpa Blue #005349

Tints of Sherpa Blue #005349

Color information

#005349 (or 0x005349) is unknown color: approx Sherpa Blue. HEX triplet: 00, 53 and 49. RGB value is (0,83,73). Sum of RGB (Red+Green+Blue) = 0+83+73=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #005349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005349 is #FFACB6. Grayscale: #393939. Windows color (decimal): -16755895 or 4805376. OLE color: 4805376.

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

Color convert

RGB08373-
CMYK100.120.67
HSL172.77º100%16.27%-
HSV(B)172.77º100%32.55%-
XYZ4.36.677.36-
YUV57.0413787.31-

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) = 53.21%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=0%
G=53.21%
B=46.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08373100.120.67172.7710016.27
Hex05349640C43ad6410
Octal012311114401410325514420
Binary010100111001001110010001100100001110101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005349; }

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

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

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

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

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

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

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

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