Html Css Color HEX #053848 Sherpa Blue

📋 copy color: '#053848'

red 5 ◦ green 56 ◦ blue 72

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

Shades of Sherpa Blue #053848

Tints of Sherpa Blue #053848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

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

R = 3.76%
G = 42.11%
B = 54.14%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053848 (or 0x053848) is known color: Sherpa Blue. HEX triplet: 05, 38 and 48. RGB value is (5,56,72). Sum of RGB (Red+Green+Blue) = 5+56+72=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #053848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053848 is #FAC7B7. Grayscale: #2A2A2A. Windows color (decimal): -16435128 or 4732933. OLE color: 4732933.

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

Color convert

RGB 5 56 72 -
CMYK 0.93 0.22 0 0.72
HSL 194.33º 0.87% 0.15% -
HSV(B) 194.33º 0.93% 0.28% -
XYZ 2.65 3.33 6.63 -
YUV 42.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 5 56 72 0.93 0.22 0 0.72 194.33 0.87 0.15
Hex 5 38 48 5D 16 0 48 C2 57 F
Octal 5 70 110 135 26 0 110 302 127 17
Binary 101 111000 1001000 1011101 10110 0 1001000 11000010 1010111 1111

Color Harmonies of #053848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053848

Black with #053848

Text Example


Text Example

White with #053848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053848; }

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

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

background-color css

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

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

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

border-color css

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

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

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