#084C53

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

Shades of Sherpa Blue #084C53

Tints of Sherpa Blue #084C53

Color information

#084C53 (or 0x084C53) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4C and 53. RGB value is (8,76,83). Sum of RGB (Red+Green+Blue) = 8+76+83=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #084C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C53 is #F7B3AC. Grayscale: #383838. Windows color (decimal): -16233389 or 5458952. OLE color: 5458952.

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

Color convert

RGB87683-
CMYK0.900.0800.67
HSL185.6º82.42%17.84%-
HSV(B)185.6º90.36%32.55%-
XYZ4.255.859.09-
YUV56.47142.9793.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=4.79%
G=45.51%
B=49.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal876830.900.0800.67185.682.4217.84
Hex84C535A8043ba5212
Octal1011412313210010327212222
Binary100010011001010011101101010000100001110111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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