Html Css Color HEX #06524C Sherpa Blue

📋 copy color: '#06524C'

red 6 ◦ green 82 ◦ blue 76

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

Shades of Sherpa Blue #06524C

Tints of Sherpa Blue #06524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 3.66%
G = 50%
B = 46.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#06524C (or 0x06524C) is known color: Sherpa Blue. HEX triplet: 06, 52 and 4C. RGB value is (6,82,76). Sum of RGB (Red+Green+Blue) = 6+82+76=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #06524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06524C is #F9ADB3. Grayscale: #3A3A3A. Windows color (decimal): -16362932 or 5001734. OLE color: 5001734.

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

Color convert

RGB 6 82 76 -
CMYK 0.93 0 0.07 0.68
HSL 175.26º 0.86% 0.17% -
HSV(B) 175.26º 0.93% 0.32% -
XYZ 4.4 6.6 7.88 -
YUV 58.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 6 82 76 0.93 0 0.07 0.68 175.26 0.86 0.17
Hex 6 52 4C 5D 0 7 44 AF 56 11
Octal 6 122 114 135 0 7 104 257 126 21
Binary 110 1010010 1001100 1011101 0 111 1000100 10101111 1010110 10001

Color Harmonies of #06524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06524C

Black with #06524C

Text Example


Text Example

White with #06524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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