Html Css Color HEX #004F5C Sherpa Blue

📋 copy color: '#004F5C'

red 0 ◦ green 79 ◦ blue 92

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

Shades of Sherpa Blue #004F5C

Tints of Sherpa Blue #004F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 0%
G = 46.2%
B = 53.8%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004F5C (or 0x004F5C) is known color: Sherpa Blue. HEX triplet: 00, 4F and 5C. RGB value is (0,79,92). Sum of RGB (Red+Green+Blue) = 0+79+92=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #004F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F5C is #FFB0A3. Grayscale: #383838. Windows color (decimal): -16756900 or 6049536. OLE color: 6049536.

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

Color convert

RGB 0 79 92 -
CMYK 1 0.14 0 0.64
HSL 188.48º 1% 0.18% -
HSV(B) 188.48º 1% 0.36% -
XYZ 4.73 6.36 11.1 -
YUV 56.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 0 79 92 1 0.14 0 0.64 188.48 1 0.18
Hex 0 4F 5C 64 E 0 40 BC 64 12
Octal 0 117 134 144 16 0 100 274 144 22
Binary 0 1001111 1011100 1100100 1110 0 1000000 10111100 1100100 10010

Color Harmonies of #004F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F5C

Black with #004F5C

Text Example


Text Example

White with #004F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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