Html Css Color HEX #053A4F Sherpa Blue

📋 copy color: '#053A4F'

red 5 ◦ green 58 ◦ blue 79

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

Shades of Sherpa Blue #053A4F

Tints of Sherpa Blue #053A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

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

R = 3.52%
G = 40.85%
B = 55.63%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#053A4F (or 0x053A4F) is known color: Sherpa Blue. HEX triplet: 05, 3A and 4F. RGB value is (5,58,79). Sum of RGB (Red+Green+Blue) = 5+58+79=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #053A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A4F is #FAC5B0. Grayscale: #2C2C2C. Windows color (decimal): -16434609 or 5192197. OLE color: 5192197.

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

Color convert

RGB 5 58 79 -
CMYK 0.94 0.27 0 0.69
HSL 197.03º 0.88% 0.16% -
HSV(B) 197.03º 0.94% 0.31% -
XYZ 2.99 3.62 7.94 -
YUV 44.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 5 58 79 0.94 0.27 0 0.69 197.03 0.88 0.16
Hex 5 3A 4F 5E 1B 0 45 C5 58 10
Octal 5 72 117 136 33 0 105 305 130 20
Binary 101 111010 1001111 1011110 11011 0 1000101 11000101 1011000 10000

Color Harmonies of #053A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A4F

Black with #053A4F

Text Example


Text Example

White with #053A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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