Html Css Color HEX #054D59 Sherpa Blue

📋 copy color: '#054D59'

red 5 ◦ green 77 ◦ blue 89

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

Shades of Sherpa Blue #054D59

Tints of Sherpa Blue #054D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 2.92%
G = 45.03%
B = 52.05%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054D59 (or 0x054D59) is known color: Sherpa Blue. HEX triplet: 05, 4D and 59. RGB value is (5,77,89). Sum of RGB (Red+Green+Blue) = 5+77+89=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #054D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D59 is #FAB2A6. Grayscale: #383838. Windows color (decimal): -16429735 or 5852421. OLE color: 5852421.

HSL color Cylindrical-coordinate representation of color #054D59: hue angle of 188.57º 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 #054D59 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 77 89 -
CMYK 0.94 0.13 0 0.65
HSL 188.57º 0.89% 0.18% -
HSV(B) 188.57º 0.94% 0.35% -
XYZ 4.52 6.06 10.38 -
YUV 56.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 5 77 89 0.94 0.13 0 0.65 188.57 0.89 0.18
Hex 5 4D 59 5E D 0 41 BD 59 12
Octal 5 115 131 136 15 0 101 275 131 22
Binary 101 1001101 1011001 1011110 1101 0 1000001 10111101 1011001 10010

Color Harmonies of #054D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D59

Black with #054D59

Text Example


Text Example

White with #054D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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