#084552

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

Shades of Sherpa Blue #084552

Tints of Sherpa Blue #084552

Color information

#084552 (or 0x084552) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 52. RGB value is (8,69,82). Sum of RGB (Red+Green+Blue) = 8+69+82=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #084552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084552 is #F7BAAD. Grayscale: #343434. Windows color (decimal): -16235182 or 5391624. OLE color: 5391624.

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

Color convert

RGB86982-
CMYK0.900.1600.68
HSL190.54º82.22%17.65%-
HSV(B)190.54º90.24%32.16%-
XYZ3.754.928.73-
YUV52.24144.7996.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=5.03%
G=43.40%
B=51.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal869820.900.1600.68190.5482.2217.65
Hex845525A10044bf5212
Octal1010512213220010427712222
Binary1000100010110100101011010100000100010010111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084552; }

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

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

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

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

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

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

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

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