Html Css Color HEX #064C53 Sherpa Blue

📋 copy color: '#064C53'

red 6 ◦ green 76 ◦ blue 83

#064C53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #064C53

Tints of Sherpa Blue #064C53

RGB

 RED value IS 6 (2.73% from 255) = 3.64%

 GREEN value IS 76 (30.08% from 255) = 46.06%

 BLUE value IS 83 (32.81% from 255) = 50.3%

R = 3.64%
G = 46.06%
B = 50.3%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064C53 (or 0x064C53) is known color: Sherpa Blue. HEX triplet: 06, 4C and 53. RGB value is (6,76,83). Sum of RGB (Red+Green+Blue) = 6+76+83=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #064C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C53 is #F9B3AC. Grayscale: #373737. Windows color (decimal): -16364461 or 5458950. OLE color: 5458950.

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

Color convert

RGB 6 76 83 -
CMYK 0.93 0.08 0 0.67
HSL 185.45º 0.87% 0.17% -
HSV(B) 185.45º 0.93% 0.33% -
XYZ 4.22 5.83 9.09 -
YUV 55.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 6 76 83 0.93 0.08 0 0.67 185.45 0.87 0.17
Hex 6 4C 53 5D 8 0 43 B9 57 11
Octal 6 114 123 135 10 0 103 271 127 21
Binary 110 1001100 1010011 1011101 1000 0 1000011 10111001 1010111 10001

Color Harmonies of #064C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C53

Black with #064C53

Text Example


Text Example

White with #064C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064C53;
 }
 .AnyTagClassName
 {
   color: #064C53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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