Html Css Color HEX #053748 Sherpa Blue

📋 copy color: '#053748'

red 5 ◦ green 55 ◦ blue 72

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

Shades of Sherpa Blue #053748

Tints of Sherpa Blue #053748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 3.79%
G = 41.67%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053748 (or 0x053748) is known color: Sherpa Blue. HEX triplet: 05, 37 and 48. RGB value is (5,55,72). Sum of RGB (Red+Green+Blue) = 5+55+72=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #053748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053748 is #FAC8B7. Grayscale: #292929. Windows color (decimal): -16435384 or 4732677. OLE color: 4732677.

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

Color convert

RGB 5 55 72 -
CMYK 0.93 0.24 0 0.72
HSL 195.22º 0.87% 0.15% -
HSV(B) 195.22º 0.93% 0.28% -
XYZ 2.6 3.23 6.62 -
YUV 41.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 5 55 72 0.93 0.24 0 0.72 195.22 0.87 0.15
Hex 5 37 48 5D 18 0 48 C3 57 F
Octal 5 67 110 135 30 0 110 303 127 17
Binary 101 110111 1001000 1011101 11000 0 1001000 11000011 1010111 1111

Color Harmonies of #053748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053748

Black with #053748

Text Example


Text Example

White with #053748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053748; }

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

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

background-color css

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

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

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

border-color css

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

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

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