#084053

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

Shades of Sherpa Blue #084053

Tints of Sherpa Blue #084053

Color information

#084053 (or 0x084053) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 53. RGB value is (8,64,83). Sum of RGB (Red+Green+Blue) = 8+64+83=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #084053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084053 is #F7BFAC. Grayscale: #313131. Windows color (decimal): -16236461 or 5455880. OLE color: 5455880.

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

Color convert

RGB86483-
CMYK0.900.2300.67
HSL195.2º82.42%17.84%-
HSV(B)195.2º90.36%32.55%-
XYZ3.494.348.84-
YUV49.42146.9598.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=5.16%
G=41.29%
B=53.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal864830.900.2300.67195.282.4217.84
Hex840535A17043c35212
Octal1010012313227010330312222
Binary1000100000010100111011010101110100001111000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084053; }

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

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

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

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

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

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

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

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