Html Css Color HEX #004C52 Sherpa Blue

📋 copy color: '#004C52'

red 0 ◦ green 76 ◦ blue 82

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

Shades of Sherpa Blue #004C52

Tints of Sherpa Blue #004C52

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 0%
G = 48.1%
B = 51.9%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#004C52 (or 0x004C52) is known color: Sherpa Blue. HEX triplet: 00, 4C and 52. RGB value is (0,76,82). Sum of RGB (Red+Green+Blue) = 0+76+82=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #004C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C52 is #FFB3AD. Grayscale: #353535. Windows color (decimal): -16757678 or 5393408. OLE color: 5393408.

HSL color Cylindrical-coordinate representation of color #004C52: hue angle of 184.39º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C52 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 76 82 -
CMYK 1 0.07 0 0.68
HSL 184.39º 1% 0.16% -
HSV(B) 184.39º 1% 0.32% -
XYZ 4.11 5.78 8.88 -
YUV 53.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 0 76 82 1 0.07 0 0.68 184.39 1 0.16
Hex 0 4C 52 64 7 0 44 B8 64 10
Octal 0 114 122 144 7 0 104 270 144 20
Binary 0 1001100 1010010 1100100 111 0 1000100 10111000 1100100 10000

Color Harmonies of #004C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C52

Black with #004C52

Text Example


Text Example

White with #004C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004C52; }

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

 H1.HeaderClassName
 {
   color: #004C52;
 }
 .AnyTagClassName
 {
   color: #004C52;
 }
</style>

background-color css

<style>
 a { background-color: #004C52; }

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

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

border-color css

<style>
 span { border-color: #004C52; }

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

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