Html Css Color HEX #054D5D Sherpa Blue

📋 copy color: '#054D5D'

red 5 ◦ green 77 ◦ blue 93

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

Shades of Sherpa Blue #054D5D

Tints of Sherpa Blue #054D5D

RGB

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

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

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

R = 2.86%
G = 44%
B = 53.14%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#054D5D (or 0x054D5D) is known color: Sherpa Blue. HEX triplet: 05, 4D and 5D. RGB value is (5,77,93). Sum of RGB (Red+Green+Blue) = 5+77+93=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #054D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5D is #FAB2A2. Grayscale: #393939. Windows color (decimal): -16429731 or 6114565. OLE color: 6114565.

HSL color Cylindrical-coordinate representation of color #054D5D: hue angle of 190.91º 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 #054D5D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 77 93 -
CMYK 0.95 0.17 0 0.64
HSL 190.91º 0.9% 0.19% -
HSV(B) 190.91º 0.95% 0.36% -
XYZ 4.69 6.13 11.29 -
YUV 57.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 5 77 93 0.95 0.17 0 0.64 190.91 0.9 0.19
Hex 5 4D 5D 5F 11 0 40 BF 5A 13
Octal 5 115 135 137 21 0 100 277 132 23
Binary 101 1001101 1011101 1011111 10001 0 1000000 10111111 1011010 10011

Color Harmonies of #054D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D5D

Black with #054D5D

Text Example


Text Example

White with #054D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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