#084C52

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

Shades of Sherpa Blue #084C52

Tints of Sherpa Blue #084C52

Color information

#084C52 (or 0x084C52) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4C and 52. RGB value is (8,76,82). Sum of RGB (Red+Green+Blue) = 8+76+82=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #084C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C52 is #F7B3AD. Grayscale: #383838. Windows color (decimal): -16233390 or 5393416. OLE color: 5393416.

HSL color Cylindrical-coordinate representation of color #084C52: hue angle of 184.86º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084C52 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB87682-
CMYK0.900.0700.68
HSL184.86º82.22%17.65%-
HSV(B)184.86º90.24%32.16%-
XYZ4.215.838.89-
YUV56.35142.4793.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 76 (30.08% from 255) = 45.78%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=4.82%
G=45.78%
B=49.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal876820.900.0700.68184.8682.2217.65
Hex84C525A7044b95212
Octal101141221327010427112222
Binary10001001100101001010110101110100010010111001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084C52; }

 p { color: rgb(8,76,82); }

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

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

 a { background-color: rgb(8,76,82); }

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

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

 span { border-color: rgb(8,76,82); }

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