Html Css Color HEX #054D57 Sherpa Blue

📋 copy color: '#054D57'

red 5 ◦ green 77 ◦ blue 87

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

Shades of Sherpa Blue #054D57

Tints of Sherpa Blue #054D57

RGB

 RED value IS 5 (2.34% from 255) = 2.96%

 GREEN value IS 77 (30.47% from 255) = 45.56%

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

R = 2.96%
G = 45.56%
B = 51.48%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#054D57 (or 0x054D57) is known color: Sherpa Blue. HEX triplet: 05, 4D and 57. RGB value is (5,77,87). Sum of RGB (Red+Green+Blue) = 5+77+87=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #054D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D57 is #FAB2A8. Grayscale: #383838. Windows color (decimal): -16429737 or 5721349. OLE color: 5721349.

HSL color Cylindrical-coordinate representation of color #054D57: hue angle of 187.32º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D57 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 77 87 -
CMYK 0.94 0.11 0 0.66
HSL 187.32º 0.89% 0.18% -
HSV(B) 187.32º 0.94% 0.34% -
XYZ 4.44 6.03 9.95 -
YUV 56.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 5 77 87 0.94 0.11 0 0.66 187.32 0.89 0.18
Hex 5 4D 57 5E B 0 42 BB 59 12
Octal 5 115 127 136 13 0 102 273 131 22
Binary 101 1001101 1010111 1011110 1011 0 1000010 10111011 1011001 10010

Color Harmonies of #054D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D57

Black with #054D57

Text Example


Text Example

White with #054D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D57; }

 p { color: rgb(5,77,87); }

 H1.HeaderClassName
 {
   color: #054D57;
 }
 .AnyTagClassName
 {
   color: #054D57;
 }
</style>

background-color css

<style>
 a { background-color: #054D57; }

 a { background-color: rgb(5,77,87); }

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

border-color css

<style>
 span { border-color: #054D57; }

 span { border-color: rgb(5,77,87); }

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