Html Css Color HEX #053649 Sherpa Blue

📋 copy color: '#053649'

red 5 ◦ green 54 ◦ blue 73

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

Shades of Sherpa Blue #053649

Tints of Sherpa Blue #053649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 3.79%
G = 40.91%
B = 55.3%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053649 (or 0x053649) is known color: Sherpa Blue. HEX triplet: 05, 36 and 49. RGB value is (5,54,73). Sum of RGB (Red+Green+Blue) = 5+54+73=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #053649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053649 is #FAC9B6. Grayscale: #292929. Windows color (decimal): -16435639 or 4797957. OLE color: 4797957.

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

Color convert

RGB 5 54 73 -
CMYK 0.93 0.26 0 0.71
HSL 196.76º 0.87% 0.15% -
HSV(B) 196.76º 0.93% 0.29% -
XYZ 2.58 3.15 6.78 -
YUV 41.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 5 54 73 0.93 0.26 0 0.71 196.76 0.87 0.15
Hex 5 36 49 5D 1A 0 47 C5 57 F
Octal 5 66 111 135 32 0 107 305 127 17
Binary 101 110110 1001001 1011101 11010 0 1000111 11000101 1010111 1111

Color Harmonies of #053649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053649

Black with #053649

Text Example


Text Example

White with #053649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053649; }

 p { color: rgb(5,54,73); }

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

background-color css

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

 a { background-color: rgb(5,54,73); }

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

border-color css

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

 span { border-color: rgb(5,54,73); }

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