Html Css Color HEX #053D4F Sherpa Blue

📋 copy color: '#053D4F'

red 5 ◦ green 61 ◦ blue 79

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

Shades of Sherpa Blue #053D4F

Tints of Sherpa Blue #053D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.48%

R = 3.45%
G = 42.07%
B = 54.48%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#053D4F (or 0x053D4F) is known color: Sherpa Blue. HEX triplet: 05, 3D and 4F. RGB value is (5,61,79). Sum of RGB (Red+Green+Blue) = 5+61+79=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #053D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D4F is #FAC2B0. Grayscale: #2E2E2E. Windows color (decimal): -16433841 or 5192965. OLE color: 5192965.

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

Color convert

RGB 5 61 79 -
CMYK 0.94 0.23 0 0.69
HSL 194.59º 0.88% 0.16% -
HSV(B) 194.59º 0.94% 0.31% -
XYZ 3.14 3.93 7.99 -
YUV 46.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 5 61 79 0.94 0.23 0 0.69 194.59 0.88 0.16
Hex 5 3D 4F 5E 17 0 45 C3 58 10
Octal 5 75 117 136 27 0 105 303 130 20
Binary 101 111101 1001111 1011110 10111 0 1000101 11000011 1011000 10000

Color Harmonies of #053D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D4F

Black with #053D4F

Text Example


Text Example

White with #053D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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