#083E50

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

Shades of Sherpa Blue #083E50

Tints of Sherpa Blue #083E50

Color information

#083E50 (or 0x083E50) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3E and 50. RGB value is (8,62,80). Sum of RGB (Red+Green+Blue) = 8+62+80=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #083E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E50 is #F7C1AF. Grayscale: #2F2F2F. Windows color (decimal): -16236976 or 5258760. OLE color: 5258760.

HSL color Cylindrical-coordinate representation of color #083E50: hue angle of 195º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083E50 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86280-
CMYK0.900.2200.69
HSL195º81.82%17.25%-
HSV(B)195º90%31.37%-
XYZ3.274.088.2-
YUV47.91146.1199.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=5.33%
G=41.33%
B=53.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal862800.900.2200.6919581.8217.25
Hex83E505A16045c35211
Octal107612013226010530312221
Binary100011111010100001011010101100100010111000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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