Html Css Color HEX #004F57 Sherpa Blue

📋 copy color: '#004F57'

red 0 ◦ green 79 ◦ blue 87

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

Shades of Sherpa Blue #004F57

Tints of Sherpa Blue #004F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 0%
G = 47.59%
B = 52.41%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#004F57 (or 0x004F57) is known color: Sherpa Blue. HEX triplet: 00, 4F and 57. RGB value is (0,79,87). Sum of RGB (Red+Green+Blue) = 0+79+87=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #004F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F57 is #FFB0A8. Grayscale: #383838. Windows color (decimal): -16756905 or 5721856. OLE color: 5721856.

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

Color convert

RGB 0 79 87 -
CMYK 1 0.09 0 0.66
HSL 185.52º 1% 0.17% -
HSV(B) 185.52º 1% 0.34% -
XYZ 4.52 6.28 9.99 -
YUV 56.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 0 79 87 1 0.09 0 0.66 185.52 1 0.17
Hex 0 4F 57 64 9 0 42 BA 64 11
Octal 0 117 127 144 11 0 102 272 144 21
Binary 0 1001111 1010111 1100100 1001 0 1000010 10111010 1100100 10001

Color Harmonies of #004F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F57

Black with #004F57

Text Example


Text Example

White with #004F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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