Html Css Color HEX #053D4D Sherpa Blue

📋 copy color: '#053D4D'

red 5 ◦ green 61 ◦ blue 77

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

Shades of Sherpa Blue #053D4D

Tints of Sherpa Blue #053D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 3.5%
G = 42.66%
B = 53.85%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#053D4D (or 0x053D4D) is known color: Sherpa Blue. HEX triplet: 05, 3D and 4D. RGB value is (5,61,77). Sum of RGB (Red+Green+Blue) = 5+61+77=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #053D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D4D is #FAC2B2. Grayscale: #2D2D2D. Windows color (decimal): -16433843 or 5061893. OLE color: 5061893.

HSL color Cylindrical-coordinate representation of color #053D4D: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D4D is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 61 77 -
CMYK 0.94 0.21 0 0.70
HSL 193.33º 0.88% 0.16% -
HSV(B) 193.33º 0.94% 0.3% -
XYZ 3.07 3.91 7.61 -
YUV 46.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 5 61 77 0.94 0.21 0 0.70 193.33 0.88 0.16
Hex 5 3D 4D 5E 15 0 46 C1 58 10
Octal 5 75 115 136 25 0 106 301 130 20
Binary 101 111101 1001101 1011110 10101 0 1000110 11000001 1011000 10000

Color Harmonies of #053D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D4D

Black with #053D4D

Text Example


Text Example

White with #053D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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