Html Css Color HEX #054850 Sherpa Blue

📋 copy color: '#054850'

red 5 ◦ green 72 ◦ blue 80

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

Shades of Sherpa Blue #054850

Tints of Sherpa Blue #054850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 3.18%
G = 45.86%
B = 50.96%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#054850 (or 0x054850) is known color: Sherpa Blue. HEX triplet: 05, 48 and 50. RGB value is (5,72,80). Sum of RGB (Red+Green+Blue) = 5+72+80=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #054850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054850 is #FAB7AF. Grayscale: #343434. Windows color (decimal): -16431024 or 5261317. OLE color: 5261317.

HSL color Cylindrical-coordinate representation of color #054850: hue angle of 186.4º 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 #054850 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 72 80 -
CMYK 0.94 0.10 0 0.69
HSL 186.4º 0.88% 0.17% -
HSV(B) 186.4º 0.94% 0.31% -
XYZ 3.83 5.25 8.4 -
YUV 52.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 5 72 80 0.94 0.10 0 0.69 186.4 0.88 0.17
Hex 5 48 50 5E A 0 45 BA 58 11
Octal 5 110 120 136 12 0 105 272 130 21
Binary 101 1001000 1010000 1011110 1010 0 1000101 10111010 1011000 10001

Color Harmonies of #054850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054850

Black with #054850

Text Example


Text Example

White with #054850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054850; }

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

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

background-color css

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

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

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

border-color css

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

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

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