Html Css Color HEX #053D51 Sherpa Blue

📋 copy color: '#053D51'

red 5 ◦ green 61 ◦ blue 81

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

Shades of Sherpa Blue #053D51

Tints of Sherpa Blue #053D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.5%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 3.4%
G = 41.5%
B = 55.1%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053D51 (or 0x053D51) is known color: Sherpa Blue. HEX triplet: 05, 3D and 51. RGB value is (5,61,81). Sum of RGB (Red+Green+Blue) = 5+61+81=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #053D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D51 is #FAC2AE. Grayscale: #2E2E2E. Windows color (decimal): -16433839 or 5324037. OLE color: 5324037.

HSL color Cylindrical-coordinate representation of color #053D51: hue angle of 195.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D51 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 61 81 -
CMYK 0.94 0.25 0 0.68
HSL 195.79º 0.88% 0.17% -
HSV(B) 195.79º 0.94% 0.32% -
XYZ 3.22 3.96 8.38 -
YUV 46.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 5 61 81 0.94 0.25 0 0.68 195.79 0.88 0.17
Hex 5 3D 51 5E 19 0 44 C4 58 11
Octal 5 75 121 136 31 0 104 304 130 21
Binary 101 111101 1010001 1011110 11001 0 1000100 11000100 1011000 10001

Color Harmonies of #053D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D51

Black with #053D51

Text Example


Text Example

White with #053D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053D51; }

 p { color: rgb(5,61,81); }

 H1.HeaderClassName
 {
   color: #053D51;
 }
 .AnyTagClassName
 {
   color: #053D51;
 }
</style>

background-color css

<style>
 a { background-color: #053D51; }

 a { background-color: rgb(5,61,81); }

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

border-color css

<style>
 span { border-color: #053D51; }

 span { border-color: rgb(5,61,81); }

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