#083D53

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

Shades of Sherpa Blue #083D53

Tints of Sherpa Blue #083D53

Color information

#083D53 (or 0x083D53) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3D and 53. RGB value is (8,61,83). Sum of RGB (Red+Green+Blue) = 8+61+83=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #083D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D53 is #F7C2AC. Grayscale: #2F2F2F. Windows color (decimal): -16237229 or 5455112. OLE color: 5455112.

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

Color convert

RGB86183-
CMYK0.900.2700.67
HSL197.6º82.42%17.84%-
HSV(B)197.6º90.36%32.55%-
XYZ3.334.018.78-
YUV47.66147.9499.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=5.26%
G=40.13%
B=54.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal861830.900.2700.67197.682.4217.84
Hex83D535A1B043c65212
Octal107512313233010330612222
Binary100011110110100111011010110110100001111000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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