Html Css Color HEX #004F5D Sherpa Blue

📋 copy color: '#004F5D'

red 0 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #004F5D

Tints of Sherpa Blue #004F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.93%

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

R = 0%
G = 45.93%
B = 54.07%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004F5D (or 0x004F5D) is known color: Sherpa Blue. HEX triplet: 00, 4F and 5D. RGB value is (0,79,93). Sum of RGB (Red+Green+Blue) = 0+79+93=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #004F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F5D is #FFB0A2. Grayscale: #383838. Windows color (decimal): -16756899 or 6115072. OLE color: 6115072.

HSL color Cylindrical-coordinate representation of color #004F5D: hue angle of 189.03º 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 #004F5D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 79 93 -
CMYK 1 0.15 0 0.64
HSL 189.03º 1% 0.18% -
HSV(B) 189.03º 1% 0.36% -
XYZ 4.77 6.38 11.34 -
YUV 56.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 0 79 93 1 0.15 0 0.64 189.03 1 0.18
Hex 0 4F 5D 64 F 0 40 BD 64 12
Octal 0 117 135 144 17 0 100 275 144 22
Binary 0 1001111 1011101 1100100 1111 0 1000000 10111101 1100100 10010

Color Harmonies of #004F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F5D

Black with #004F5D

Text Example


Text Example

White with #004F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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