Html Css Color HEX #053E51 Sherpa Blue

📋 copy color: '#053E51'

red 5 ◦ green 62 ◦ blue 81

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

Shades of Sherpa Blue #053E51

Tints of Sherpa Blue #053E51

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.89%

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

R = 3.38%
G = 41.89%
B = 54.73%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053E51 (or 0x053E51) is known color: Sherpa Blue. HEX triplet: 05, 3E and 51. RGB value is (5,62,81). Sum of RGB (Red+Green+Blue) = 5+62+81=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #053E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E51 is #FAC1AE. Grayscale: #2E2E2E. Windows color (decimal): -16433583 or 5324293. OLE color: 5324293.

HSL color Cylindrical-coordinate representation of color #053E51: hue angle of 195º 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 #053E51 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 62 81 -
CMYK 0.94 0.23 0 0.68
HSL 195º 0.88% 0.17% -
HSV(B) 195º 0.94% 0.32% -
XYZ 3.27 4.07 8.4 -
YUV 47.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 5 62 81 0.94 0.23 0 0.68 195 0.88 0.17
Hex 5 3E 51 5E 17 0 44 C3 58 11
Octal 5 76 121 136 27 0 104 303 130 21
Binary 101 111110 1010001 1011110 10111 0 1000100 11000011 1011000 10001

Color Harmonies of #053E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E51

Black with #053E51

Text Example


Text Example

White with #053E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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