Html Css Color HEX #06524F Sherpa Blue

📋 copy color: '#06524F'

red 6 ◦ green 82 ◦ blue 79

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

Shades of Sherpa Blue #06524F

Tints of Sherpa Blue #06524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 3.59%
G = 49.1%
B = 47.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#06524F (or 0x06524F) is known color: Sherpa Blue. HEX triplet: 06, 52 and 4F. RGB value is (6,82,79). Sum of RGB (Red+Green+Blue) = 6+82+79=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #06524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06524F is #F9ADB0. Grayscale: #3A3A3A. Windows color (decimal): -16362929 or 5198342. OLE color: 5198342.

HSL color Cylindrical-coordinate representation of color #06524F: hue angle of 177.63º 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 #06524F is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 79 -
CMYK 0.93 0 0.04 0.68
HSL 177.63º 0.86% 0.17% -
HSV(B) 177.63º 0.93% 0.32% -
XYZ 4.5 6.64 8.44 -
YUV 58.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 6 82 79 0.93 0 0.04 0.68 177.63 0.86 0.17
Hex 6 52 4F 5D 0 4 44 B2 56 11
Octal 6 122 117 135 0 4 104 262 126 21
Binary 110 1010010 1001111 1011101 0 100 1000100 10110010 1010110 10001

Color Harmonies of #06524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06524F

Black with #06524F

Text Example


Text Example

White with #06524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06524F; }

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

 H1.HeaderClassName
 {
   color: #06524F;
 }
 .AnyTagClassName
 {
   color: #06524F;
 }
</style>

background-color css

<style>
 a { background-color: #06524F; }

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

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

border-color css

<style>
 span { border-color: #06524F; }

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

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