#005452

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

Shades of Sherpa Blue #005452

Tints of Sherpa Blue #005452

Color information

#005452 (or 0x005452) is unknown color: approx Sherpa Blue. HEX triplet: 00, 54 and 52. RGB value is (0,84,82). Sum of RGB (Red+Green+Blue) = 0+84+82=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #005452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005452 is #FFABAD. Grayscale: #3A3A3A. Windows color (decimal): -16755630 or 5395456. OLE color: 5395456.

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

Color convert

RGB08482-
CMYK100.020.67
HSL178.57º100%16.47%-
HSV(B)178.57º100%32.94%-
XYZ4.696.959.08-
YUV58.66141.1786.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=0%
G=50.60%
B=49.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08482100.020.67178.5710016.47
Hex05452640243b36410
Octal01241221440210326314420
Binary0101010010100101100100010100001110110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005452; }

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

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

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

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

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

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

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

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