#064F53

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

Shades of Sherpa Blue #064F53

Tints of Sherpa Blue #064F53

Color information

#064F53 (or 0x064F53) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4F and 53. RGB value is (6,79,83). Sum of RGB (Red+Green+Blue) = 6+79+83=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #064F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F53 is #F9B0AC. Grayscale: #393939. Windows color (decimal): -16363693 or 5459718. OLE color: 5459718.

HSL color Cylindrical-coordinate representation of color #064F53: hue angle of 183.12º 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 #064F53 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67983-
CMYK0.930.0500.67
HSL183.12º86.52%17.45%-
HSV(B)183.12º92.77%32.55%-
XYZ4.436.269.16-
YUV57.63142.3291.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=3.57%
G=47.02%
B=49.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal679830.930.0500.67183.1286.5217.45
Hex64F535D5043b75711
Octal61171231355010326712721
Binary1101001111101001110111011010100001110110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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