Html Css Color HEX #06525D Sherpa Blue

📋 copy color: '#06525D'

red 6 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #06525D

Tints of Sherpa Blue #06525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 3.31%
G = 45.3%
B = 51.38%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06525D (or 0x06525D) is known color: Sherpa Blue. HEX triplet: 06, 52 and 5D. RGB value is (6,82,93). Sum of RGB (Red+Green+Blue) = 6+82+93=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #06525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06525D is #F9ADA2. Grayscale: #3C3C3C. Windows color (decimal): -16362915 or 6115846. OLE color: 6115846.

HSL color Cylindrical-coordinate representation of color #06525D: hue angle of 187.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06525D is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 82 93 -
CMYK 0.94 0.12 0 0.64
HSL 187.59º 0.88% 0.19% -
HSV(B) 187.59º 0.94% 0.36% -
XYZ 5.07 6.86 11.41 -
YUV 60.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 6 82 93 0.94 0.12 0 0.64 187.59 0.88 0.19
Hex 6 52 5D 5E C 0 40 BC 58 13
Octal 6 122 135 136 14 0 100 274 130 23
Binary 110 1010010 1011101 1011110 1100 0 1000000 10111100 1011000 10011

Color Harmonies of #06525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06525D

Black with #06525D

Text Example


Text Example

White with #06525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06525D; }

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

 H1.HeaderClassName
 {
   color: #06525D;
 }
 .AnyTagClassName
 {
   color: #06525D;
 }
</style>

background-color css

<style>
 a { background-color: #06525D; }

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

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

border-color css

<style>
 span { border-color: #06525D; }

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

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