Html Css Color HEX #054D58 Sherpa Blue

📋 copy color: '#054D58'

red 5 ◦ green 77 ◦ blue 88

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

Shades of Sherpa Blue #054D58

Tints of Sherpa Blue #054D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.76%

R = 2.94%
G = 45.29%
B = 51.76%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054D58 (or 0x054D58) is known color: Sherpa Blue. HEX triplet: 05, 4D and 58. RGB value is (5,77,88). Sum of RGB (Red+Green+Blue) = 5+77+88=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #054D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D58 is #FAB2A7. Grayscale: #383838. Windows color (decimal): -16429736 or 5786885. OLE color: 5786885.

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

Color convert

RGB 5 77 88 -
CMYK 0.94 0.12 0 0.65
HSL 187.95º 0.89% 0.18% -
HSV(B) 187.95º 0.94% 0.35% -
XYZ 4.48 6.04 10.16 -
YUV 56.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 5 77 88 0.94 0.12 0 0.65 187.95 0.89 0.18
Hex 5 4D 58 5E C 0 41 BC 59 12
Octal 5 115 130 136 14 0 101 274 131 22
Binary 101 1001101 1011000 1011110 1100 0 1000001 10111100 1011001 10010

Color Harmonies of #054D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D58

Black with #054D58

Text Example


Text Example

White with #054D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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