Html Css Color HEX #054046 Sherpa Blue

📋 copy color: '#054046'

red 5 ◦ green 64 ◦ blue 70

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

Shades of Sherpa Blue #054046

Tints of Sherpa Blue #054046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 3.6%
G = 46.04%
B = 50.36%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#054046 (or 0x054046) is known color: Sherpa Blue. HEX triplet: 05, 40 and 46. RGB value is (5,64,70). Sum of RGB (Red+Green+Blue) = 5+64+70=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #054046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054046 is #FABFB9. Grayscale: #2E2E2E. Windows color (decimal): -16433082 or 4603909. OLE color: 4603909.

HSL color Cylindrical-coordinate representation of color #054046: hue angle of 185.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054046 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 64 70 -
CMYK 0.93 0.09 0 0.73
HSL 185.54º 0.87% 0.15% -
HSV(B) 185.54º 0.93% 0.27% -
XYZ 3 4.14 6.44 -
YUV 47.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 5 64 70 0.93 0.09 0 0.73 185.54 0.87 0.15
Hex 5 40 46 5D 9 0 49 BA 57 F
Octal 5 100 106 135 11 0 111 272 127 17
Binary 101 1000000 1000110 1011101 1001 0 1001001 10111010 1010111 1111

Color Harmonies of #054046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054046

Black with #054046

Text Example


Text Example

White with #054046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054046; }

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

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

background-color css

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

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

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

border-color css

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

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

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