Html Css Color HEX #004C5A Sherpa Blue

📋 copy color: '#004C5A'

red 0 ◦ green 76 ◦ blue 90

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

Shades of Sherpa Blue #004C5A

Tints of Sherpa Blue #004C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 0%
G = 45.78%
B = 54.22%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#004C5A (or 0x004C5A) is known color: Sherpa Blue. HEX triplet: 00, 4C and 5A. RGB value is (0,76,90). Sum of RGB (Red+Green+Blue) = 0+76+90=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #004C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C5A is #FFB3A5. Grayscale: #363636. Windows color (decimal): -16757670 or 5917696. OLE color: 5917696.

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

Color convert

RGB 0 76 90 -
CMYK 1 0.16 0 0.65
HSL 189.33º 1% 0.18% -
HSV(B) 189.33º 1% 0.35% -
XYZ 4.43 5.91 10.58 -
YUV 54.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 0 76 90 1 0.16 0 0.65 189.33 1 0.18
Hex 0 4C 5A 64 10 0 41 BD 64 12
Octal 0 114 132 144 20 0 101 275 144 22
Binary 0 1001100 1011010 1100100 10000 0 1000001 10111101 1100100 10010

Color Harmonies of #004C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C5A

Black with #004C5A

Text Example


Text Example

White with #004C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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