Html Css Color HEX #004F55 Sherpa Blue

📋 copy color: '#004F55'

red 0 ◦ green 79 ◦ blue 85

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

Shades of Sherpa Blue #004F55

Tints of Sherpa Blue #004F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 0%
G = 48.17%
B = 51.83%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#004F55 (or 0x004F55) is known color: Sherpa Blue. HEX triplet: 00, 4F and 55. RGB value is (0,79,85). Sum of RGB (Red+Green+Blue) = 0+79+85=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #004F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F55 is #FFB0AA. Grayscale: #373737. Windows color (decimal): -16756907 or 5590784. OLE color: 5590784.

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

Color convert

RGB 0 79 85 -
CMYK 1 0.07 0 0.67
HSL 184.24º 1% 0.17% -
HSV(B) 184.24º 1% 0.33% -
XYZ 4.44 6.25 9.57 -
YUV 56.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 0 79 85 1 0.07 0 0.67 184.24 1 0.17
Hex 0 4F 55 64 7 0 43 B8 64 11
Octal 0 117 125 144 7 0 103 270 144 21
Binary 0 1001111 1010101 1100100 111 0 1000011 10111000 1100100 10001

Color Harmonies of #004F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F55

Black with #004F55

Text Example


Text Example

White with #004F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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