#064D52

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

Shades of Sherpa Blue #064D52

Tints of Sherpa Blue #064D52

Color information

#064D52 (or 0x064D52) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4D and 52. RGB value is (6,77,82). Sum of RGB (Red+Green+Blue) = 6+77+82=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #064D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D52 is #F9B2AD. Grayscale: #383838. Windows color (decimal): -16364206 or 5393670. OLE color: 5393670.

HSL color Cylindrical-coordinate representation of color #064D52: hue angle of 183.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064D52 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67782-
CMYK0.930.0600.68
HSL183.95º86.36%17.25%-
HSV(B)183.95º92.68%32.16%-
XYZ4.255.968.91-
YUV56.34142.4892.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=3.64%
G=46.67%
B=49.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal677820.930.0600.68183.9586.3617.25
Hex64D525D6044b85611
Octal61151221356010427012621
Binary1101001101101001010111011100100010010111000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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