Html Css Color HEX #054F5D Sherpa Blue

📋 copy color: '#054F5D'

red 5 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #054F5D

Tints of Sherpa Blue #054F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 2.82%
G = 44.63%
B = 52.54%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#054F5D (or 0x054F5D) is known color: Sherpa Blue. HEX triplet: 05, 4F and 5D. RGB value is (5,79,93). Sum of RGB (Red+Green+Blue) = 5+79+93=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #054F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F5D is #FAB0A2. Grayscale: #3A3A3A. Windows color (decimal): -16429219 or 6115077. OLE color: 6115077.

HSL color Cylindrical-coordinate representation of color #054F5D: hue angle of 189.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054F5D is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 79 93 -
CMYK 0.95 0.15 0 0.64
HSL 189.55º 0.9% 0.19% -
HSV(B) 189.55º 0.95% 0.36% -
XYZ 4.83 6.41 11.34 -
YUV 58.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 5 79 93 0.95 0.15 0 0.64 189.55 0.9 0.19
Hex 5 4F 5D 5F F 0 40 BE 5A 13
Octal 5 117 135 137 17 0 100 276 132 23
Binary 101 1001111 1011101 1011111 1111 0 1000000 10111110 1011010 10011

Color Harmonies of #054F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F5D

Black with #054F5D

Text Example


Text Example

White with #054F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,79,93); }

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

background-color css

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

 a { background-color: rgb(5,79,93); }

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

border-color css

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

 span { border-color: rgb(5,79,93); }

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