Html Css Color HEX #053C4F Sherpa Blue

📋 copy color: '#053C4F'

red 5 ◦ green 60 ◦ blue 79

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

Shades of Sherpa Blue #053C4F

Tints of Sherpa Blue #053C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

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

R = 3.47%
G = 41.67%
B = 54.86%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#053C4F (or 0x053C4F) is known color: Sherpa Blue. HEX triplet: 05, 3C and 4F. RGB value is (5,60,79). Sum of RGB (Red+Green+Blue) = 5+60+79=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #053C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C4F is #FAC3B0. Grayscale: #2D2D2D. Windows color (decimal): -16434097 or 5192709. OLE color: 5192709.

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

Color convert

RGB 5 60 79 -
CMYK 0.94 0.24 0 0.69
HSL 195.41º 0.88% 0.16% -
HSV(B) 195.41º 0.94% 0.31% -
XYZ 3.09 3.83 7.97 -
YUV 45.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 5 60 79 0.94 0.24 0 0.69 195.41 0.88 0.16
Hex 5 3C 4F 5E 18 0 45 C3 58 10
Octal 5 74 117 136 30 0 105 303 130 20
Binary 101 111100 1001111 1011110 11000 0 1000101 11000011 1011000 10000

Color Harmonies of #053C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C4F

Black with #053C4F

Text Example


Text Example

White with #053C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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