Html Css Color HEX #053947 Sherpa Blue

📋 copy color: '#053947'

red 5 ◦ green 57 ◦ blue 71

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

Shades of Sherpa Blue #053947

Tints of Sherpa Blue #053947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.86%

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 3.76%
G = 42.86%
B = 53.38%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053947 (or 0x053947) is known color: Sherpa Blue. HEX triplet: 05, 39 and 47. RGB value is (5,57,71). Sum of RGB (Red+Green+Blue) = 5+57+71=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #053947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053947 is #FAC6B8. Grayscale: #2A2A2A. Windows color (decimal): -16434873 or 4667653. OLE color: 4667653.

HSL color Cylindrical-coordinate representation of color #053947: hue angle of 192.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053947 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 57 71 -
CMYK 0.93 0.20 0 0.72
HSL 192.73º 0.87% 0.15% -
HSV(B) 192.73º 0.93% 0.28% -
XYZ 2.66 3.41 6.48 -
YUV 43.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 5 57 71 0.93 0.20 0 0.72 192.73 0.87 0.15
Hex 5 39 47 5D 14 0 48 C1 57 F
Octal 5 71 107 135 24 0 110 301 127 17
Binary 101 111001 1000111 1011101 10100 0 1001000 11000001 1010111 1111

Color Harmonies of #053947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053947

Black with #053947

Text Example


Text Example

White with #053947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053947; }

 p { color: rgb(5,57,71); }

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

background-color css

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

 a { background-color: rgb(5,57,71); }

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

border-color css

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

 span { border-color: rgb(5,57,71); }

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