#064D5D

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

Shades of Sherpa Blue #064D5D

Tints of Sherpa Blue #064D5D

Color information

#064D5D (or 0x064D5D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4D and 5D. RGB value is (6,77,93). Sum of RGB (Red+Green+Blue) = 6+77+93=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #064D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D5D is #F9B2A2. Grayscale: #393939. Windows color (decimal): -16364195 or 6114566. OLE color: 6114566.

HSL color Cylindrical-coordinate representation of color #064D5D: hue angle of 191.03º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064D5D is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67793-
CMYK0.940.1700.64
HSL191.03º87.88%19.41%-
HSV(B)191.03º93.55%36.47%-
XYZ4.76.1411.29-
YUV57.6147.9891.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=3.41%
G=43.75%
B=52.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal677930.940.1700.64191.0387.8819.41
Hex64D5D5E11040bf5813
Octal611513513621010027713023
Binary110100110110111011011110100010100000010111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D5D; }

 p { color: rgb(6,77,93); }

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

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

 a { background-color: rgb(6,77,93); }

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

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

 span { border-color: rgb(6,77,93); }

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