#005352

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

Shades of Sherpa Blue #005352

Tints of Sherpa Blue #005352

Color information

#005352 (or 0x005352) is unknown color: approx Sherpa Blue. HEX triplet: 00, 53 and 52. RGB value is (0,83,82). Sum of RGB (Red+Green+Blue) = 0+83+82=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #005352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005352 is #FFACAD. Grayscale: #393939. Windows color (decimal): -16755886 or 5395200. OLE color: 5395200.

HSL color Cylindrical-coordinate representation of color #005352: hue angle of 179.28º 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 #005352 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB08382-
CMYK100.010.67
HSL179.28º100%16.27%-
HSV(B)179.28º100%32.55%-
XYZ4.626.89.05-
YUV58.07141.586.58-

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) = 50.30%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=0%
G=50.30%
B=49.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08382100.010.67179.2810016.27
Hex05352640143b36410
Octal01231221440110326314420
Binary010100111010010110010001100001110110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005352; }

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

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

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

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

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

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

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

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