#083E55

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

Shades of Sherpa Blue #083E55

Tints of Sherpa Blue #083E55

Color information

#083E55 (or 0x083E55) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3E and 55. RGB value is (8,62,85). Sum of RGB (Red+Green+Blue) = 8+62+85=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #083E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E55 is #F7C1AA. Grayscale: #303030. Windows color (decimal): -16236971 or 5586440. OLE color: 5586440.

HSL color Cylindrical-coordinate representation of color #083E55: hue angle of 197.92º 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 #083E55 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86285-
CMYK0.910.2700.67
HSL197.92º82.8%18.24%-
HSV(B)197.92º90.59%33.33%-
XYZ3.464.159.21-
YUV48.48148.6199.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=5.16%
G=40%
B=54.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal862850.910.2700.67197.9282.818.24
Hex83E555B1B043c65312
Octal107612513333010330612322
Binary100011111010101011011011110110100001111000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083E55; }

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

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

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

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

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

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

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

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