Html Css Color HEX #053F48 Sherpa Blue

📋 copy color: '#053F48'

red 5 ◦ green 63 ◦ blue 72

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

Shades of Sherpa Blue #053F48

Tints of Sherpa Blue #053F48

RGB

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

 GREEN value IS 63 (25% from 255) = 45%

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

R = 3.57%
G = 45%
B = 51.43%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053F48 (or 0x053F48) is known color: Sherpa Blue. HEX triplet: 05, 3F and 48. RGB value is (5,63,72). Sum of RGB (Red+Green+Blue) = 5+63+72=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #053F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F48 is #FAC0B7. Grayscale: #2E2E2E. Windows color (decimal): -16433336 or 4734725. OLE color: 4734725.

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

Color convert

RGB 5 63 72 -
CMYK 0.93 0.12 0 0.72
HSL 188.06º 0.87% 0.15% -
HSV(B) 188.06º 0.93% 0.28% -
XYZ 3.01 4.06 6.75 -
YUV 46.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 5 63 72 0.93 0.12 0 0.72 188.06 0.87 0.15
Hex 5 3F 48 5D C 0 48 BC 57 F
Octal 5 77 110 135 14 0 110 274 127 17
Binary 101 111111 1001000 1011101 1100 0 1001000 10111100 1010111 1111

Color Harmonies of #053F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F48

Black with #053F48

Text Example


Text Example

White with #053F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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