Html Css Color HEX #053648 Sherpa Blue

📋 copy color: '#053648'

red 5 ◦ green 54 ◦ blue 72

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

Shades of Sherpa Blue #053648

Tints of Sherpa Blue #053648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 3.82%
G = 41.22%
B = 54.96%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053648 (or 0x053648) is known color: Sherpa Blue. HEX triplet: 05, 36 and 48. RGB value is (5,54,72). Sum of RGB (Red+Green+Blue) = 5+54+72=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #053648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053648 is #FAC9B7. Grayscale: #292929. Windows color (decimal): -16435640 or 4732421. OLE color: 4732421.

HSL color Cylindrical-coordinate representation of color #053648: hue angle of 196.12º 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 #053648 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 54 72 -
CMYK 0.93 0.25 0 0.72
HSL 196.12º 0.87% 0.15% -
HSV(B) 196.12º 0.93% 0.28% -
XYZ 2.55 3.14 6.6 -
YUV 41.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 5 54 72 0.93 0.25 0 0.72 196.12 0.87 0.15
Hex 5 36 48 5D 19 0 48 C4 57 F
Octal 5 66 110 135 31 0 110 304 127 17
Binary 101 110110 1001000 1011101 11001 0 1001000 11000100 1010111 1111

Color Harmonies of #053648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053648

Black with #053648

Text Example


Text Example

White with #053648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053648; }

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

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

background-color css

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

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

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

border-color css

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

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

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