Html Css Color HEX #05524C Sherpa Blue

📋 copy color: '#05524C'

red 5 ◦ green 82 ◦ blue 76

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

Shades of Sherpa Blue #05524C

Tints of Sherpa Blue #05524C

RGB

 RED value IS 5 (2.34% from 255) = 3.07%

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

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

R = 3.07%
G = 50.31%
B = 46.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#05524C (or 0x05524C) is known color: Sherpa Blue. HEX triplet: 05, 52 and 4C. RGB value is (5,82,76). Sum of RGB (Red+Green+Blue) = 5+82+76=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #05524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05524C is #FAADB3. Grayscale: #3A3A3A. Windows color (decimal): -16428468 or 5001733. OLE color: 5001733.

HSL color Cylindrical-coordinate representation of color #05524C: hue angle of 175.32º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05524C is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 76 -
CMYK 0.94 0 0.07 0.68
HSL 175.32º 0.89% 0.17% -
HSV(B) 175.32º 0.94% 0.32% -
XYZ 4.38 6.59 7.88 -
YUV 58.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 5 82 76 0.94 0 0.07 0.68 175.32 0.89 0.17
Hex 5 52 4C 5E 0 7 44 AF 59 11
Octal 5 122 114 136 0 7 104 257 131 21
Binary 101 1010010 1001100 1011110 0 111 1000100 10101111 1011001 10001

Color Harmonies of #05524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05524C

Black with #05524C

Text Example


Text Example

White with #05524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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