Html Css Color HEX #054450 Sherpa Blue

📋 copy color: '#054450'

red 5 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #054450

Tints of Sherpa Blue #054450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 3.27%
G = 44.44%
B = 52.29%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#054450 (or 0x054450) is known color: Sherpa Blue. HEX triplet: 05, 44 and 50. RGB value is (5,68,80). Sum of RGB (Red+Green+Blue) = 5+68+80=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #054450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054450 is #FABBAF. Grayscale: #323232. Windows color (decimal): -16432048 or 5260293. OLE color: 5260293.

HSL color Cylindrical-coordinate representation of color #054450: hue angle of 189.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054450 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 68 80 -
CMYK 0.94 0.15 0 0.69
HSL 189.6º 0.88% 0.17% -
HSV(B) 189.6º 0.94% 0.31% -
XYZ 3.58 4.75 8.32 -
YUV 50.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 5 68 80 0.94 0.15 0 0.69 189.6 0.88 0.17
Hex 5 44 50 5E F 0 45 BE 58 11
Octal 5 104 120 136 17 0 105 276 130 21
Binary 101 1000100 1010000 1011110 1111 0 1000101 10111110 1011000 10001

Color Harmonies of #054450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054450

Black with #054450

Text Example


Text Example

White with #054450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054450; }

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

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

background-color css

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

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

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

border-color css

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

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

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