Html Css Color HEX #054047 Sherpa Blue

📋 copy color: '#054047'

red 5 ◦ green 64 ◦ blue 71

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

Shades of Sherpa Blue #054047

Tints of Sherpa Blue #054047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 3.57%
G = 45.71%
B = 50.71%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#054047 (or 0x054047) is known color: Sherpa Blue. HEX triplet: 05, 40 and 47. RGB value is (5,64,71). Sum of RGB (Red+Green+Blue) = 5+64+71=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #054047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054047 is #FABFB8. Grayscale: #2F2F2F. Windows color (decimal): -16433081 or 4669445. OLE color: 4669445.

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

Color convert

RGB 5 64 71 -
CMYK 0.93 0.10 0 0.72
HSL 186.36º 0.87% 0.15% -
HSV(B) 186.36º 0.93% 0.28% -
XYZ 3.03 4.15 6.6 -
YUV 47.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 5 64 71 0.93 0.10 0 0.72 186.36 0.87 0.15
Hex 5 40 47 5D A 0 48 BA 57 F
Octal 5 100 107 135 12 0 110 272 127 17
Binary 101 1000000 1000111 1011101 1010 0 1001000 10111010 1010111 1111

Color Harmonies of #054047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054047

Black with #054047

Text Example


Text Example

White with #054047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054047; }

 p { color: rgb(5,64,71); }

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

background-color css

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

 a { background-color: rgb(5,64,71); }

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

border-color css

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

 span { border-color: rgb(5,64,71); }

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