#064953

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

Shades of Sherpa Blue #064953

Tints of Sherpa Blue #064953

Color information

#064953 (or 0x064953) is unknown color: approx Sherpa Blue. HEX triplet: 06, 49 and 53. RGB value is (6,73,83). Sum of RGB (Red+Green+Blue) = 6+73+83=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #064953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064953 is #F9B6AC. Grayscale: #363636. Windows color (decimal): -16365229 or 5458182. OLE color: 5458182.

HSL color Cylindrical-coordinate representation of color #064953: hue angle of 187.79º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064953 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67383-
CMYK0.930.1200.67
HSL187.79º86.52%17.45%-
HSV(B)187.79º92.77%32.55%-
XYZ4.025.439.02-
YUV54.11144.393.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=3.70%
G=45.06%
B=51.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal673830.930.1200.67187.7986.5217.45
Hex649535DC043bc5711
Octal611112313514010327412721
Binary11010010011010011101110111000100001110111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064953; }

 p { color: rgb(6,73,83); }

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

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

 a { background-color: rgb(6,73,83); }

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

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

 span { border-color: rgb(6,73,83); }

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