Html Css Color HEX #064D52 Sherpa Blue

📋 copy color: '#064D52'

red 6 ◦ green 77 ◦ blue 82

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

Shades of Sherpa Blue #064D52

Tints of Sherpa Blue #064D52

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.7%

R = 3.64%
G = 46.67%
B = 49.7%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064D52 (or 0x064D52) is known color: 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

RGB 6 77 82 -
CMYK 0.93 0.06 0 0.68
HSL 183.95º 0.86% 0.17% -
HSV(B) 183.95º 0.93% 0.32% -
XYZ 4.25 5.96 8.91 -
YUV 56.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 6 77 82 0.93 0.06 0 0.68 183.95 0.86 0.17
Hex 6 4D 52 5D 6 0 44 B8 56 11
Octal 6 115 122 135 6 0 104 270 126 21
Binary 110 1001101 1010010 1011101 110 0 1000100 10111000 1010110 10001

Color Harmonies of #064D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D52

Black with #064D52

Text Example


Text Example

White with #064D52

Text Example


Text Example

HTML Codes & Css Web 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>