Html Css Color HEX #054448 Sherpa Blue

📋 copy color: '#054448'

red 5 ◦ green 68 ◦ blue 72

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

Shades of Sherpa Blue #054448

Tints of Sherpa Blue #054448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

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

R = 3.45%
G = 46.9%
B = 49.66%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#054448 (or 0x054448) is known color: Sherpa Blue. HEX triplet: 05, 44 and 48. RGB value is (5,68,72). Sum of RGB (Red+Green+Blue) = 5+68+72=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #054448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054448 is #FABBB7. Grayscale: #313131. Windows color (decimal): -16432056 or 4736005. OLE color: 4736005.

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

Color convert

RGB 5 68 72 -
CMYK 0.93 0.06 0 0.72
HSL 183.58º 0.87% 0.15% -
HSV(B) 183.58º 0.93% 0.28% -
XYZ 3.3 4.63 6.85 -
YUV 49.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 5 68 72 0.93 0.06 0 0.72 183.58 0.87 0.15
Hex 5 44 48 5D 6 0 48 B8 57 F
Octal 5 104 110 135 6 0 110 270 127 17
Binary 101 1000100 1001000 1011101 110 0 1001000 10111000 1010111 1111

Color Harmonies of #054448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054448

Black with #054448

Text Example


Text Example

White with #054448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054448; }

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

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

background-color css

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

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

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

border-color css

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

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

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