Html Css Color HEX #054446 Sherpa Blue

📋 copy color: '#054446'

red 5 ◦ green 68 ◦ blue 70

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

Shades of Sherpa Blue #054446

Tints of Sherpa Blue #054446

RGB

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

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

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

R = 3.5%
G = 47.55%
B = 48.95%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#054446 (or 0x054446) is known color: Sherpa Blue. HEX triplet: 05, 44 and 46. RGB value is (5,68,70). Sum of RGB (Red+Green+Blue) = 5+68+70=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #054446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054446 is #FABBB9. Grayscale: #313131. Windows color (decimal): -16432058 or 4604933. OLE color: 4604933.

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

Color convert

RGB 5 68 70 -
CMYK 0.93 0.03 0 0.73
HSL 181.85º 0.87% 0.15% -
HSV(B) 181.85º 0.93% 0.27% -
XYZ 3.24 4.61 6.51 -
YUV 49.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 5 68 70 0.93 0.03 0 0.73 181.85 0.87 0.15
Hex 5 44 46 5D 3 0 49 B6 57 F
Octal 5 104 106 135 3 0 111 266 127 17
Binary 101 1000100 1000110 1011101 11 0 1001001 10110110 1010111 1111

Color Harmonies of #054446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054446

Black with #054446

Text Example


Text Example

White with #054446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054446; }

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

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

background-color css

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

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

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

border-color css

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

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

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