Html Css Color HEX #004E5D Sherpa Blue

📋 copy color: '#004E5D'

red 0 ◦ green 78 ◦ blue 93

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

Shades of Sherpa Blue #004E5D

Tints of Sherpa Blue #004E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.61%

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

R = 0%
G = 45.61%
B = 54.39%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004E5D (or 0x004E5D) is known color: Sherpa Blue. HEX triplet: 00, 4E and 5D. RGB value is (0,78,93). Sum of RGB (Red+Green+Blue) = 0+78+93=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #004E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E5D is #FFB1A2. Grayscale: #383838. Windows color (decimal): -16757155 or 6114816. OLE color: 6114816.

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

Color convert

RGB 0 78 93 -
CMYK 1 0.16 0 0.64
HSL 189.68º 1% 0.18% -
HSV(B) 189.68º 1% 0.36% -
XYZ 4.7 6.24 11.31 -
YUV 56.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 0 78 93 1 0.16 0 0.64 189.68 1 0.18
Hex 0 4E 5D 64 10 0 40 BE 64 12
Octal 0 116 135 144 20 0 100 276 144 22
Binary 0 1001110 1011101 1100100 10000 0 1000000 10111110 1100100 10010

Color Harmonies of #004E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E5D

Black with #004E5D

Text Example


Text Example

White with #004E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,78,93); }

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

background-color css

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

 a { background-color: rgb(0,78,93); }

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

border-color css

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

 span { border-color: rgb(0,78,93); }

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