#083C53

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

Shades of Sherpa Blue #083C53

Tints of Sherpa Blue #083C53

Color information

#083C53 (or 0x083C53) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3C and 53. RGB value is (8,60,83). Sum of RGB (Red+Green+Blue) = 8+60+83=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #083C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C53 is #F7C3AC. Grayscale: #2E2E2E. Windows color (decimal): -16237485 or 5454856. OLE color: 5454856.

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

Color convert

RGB86083-
CMYK0.900.2800.67
HSL198.4º82.42%17.84%-
HSV(B)198.4º90.36%32.55%-
XYZ3.283.918.77-
YUV47.07148.27100.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=5.30%
G=39.74%
B=54.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal860830.900.2800.67198.482.4217.84
Hex83C535A1C043c65212
Octal107412313234010330612222
Binary100011110010100111011010111000100001111000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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