Html Css Color HEX #054648 Sherpa Blue

📋 copy color: '#054648'

red 5 ◦ green 70 ◦ blue 72

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

Shades of Sherpa Blue #054648

Tints of Sherpa Blue #054648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

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

R = 3.4%
G = 47.62%
B = 48.98%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#054648 (or 0x054648) is known color: Sherpa Blue. HEX triplet: 05, 46 and 48. RGB value is (5,70,72). Sum of RGB (Red+Green+Blue) = 5+70+72=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #054648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054648 is #FAB9B7. Grayscale: #323232. Windows color (decimal): -16431544 or 4736517. OLE color: 4736517.

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

Color convert

RGB 5 70 72 -
CMYK 0.93 0.03 0 0.72
HSL 181.79º 0.87% 0.15% -
HSV(B) 181.79º 0.93% 0.28% -
XYZ 3.42 4.88 6.89 -
YUV 50.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 5 70 72 0.93 0.03 0 0.72 181.79 0.87 0.15
Hex 5 46 48 5D 3 0 48 B6 57 F
Octal 5 106 110 135 3 0 110 266 127 17
Binary 101 1000110 1001000 1011101 11 0 1001000 10110110 1010111 1111

Color Harmonies of #054648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054648

Black with #054648

Text Example


Text Example

White with #054648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054648; }

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

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

background-color css

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

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

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

border-color css

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

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

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