#084055

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

Shades of Sherpa Blue #084055

Tints of Sherpa Blue #084055

Color information

#084055 (or 0x084055) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 55. RGB value is (8,64,85). Sum of RGB (Red+Green+Blue) = 8+64+85=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #084055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084055 is #F7BFAA. Grayscale: #313131. Windows color (decimal): -16236459 or 5586952. OLE color: 5586952.

HSL color Cylindrical-coordinate representation of color #084055: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084055 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86485-
CMYK0.910.2500.67
HSL196.36º82.8%18.24%-
HSV(B)196.36º90.59%33.33%-
XYZ3.574.379.25-
YUV49.65147.9598.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=5.10%
G=40.76%
B=54.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal864850.910.2500.67196.3682.818.24
Hex840555B19043c45312
Octal1010012513331010330412322
Binary1000100000010101011011011110010100001111000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084055; }

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

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

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

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

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

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

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

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