Html Css Color HEX #054150 Sherpa Blue

📋 copy color: '#054150'

red 5 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #054150

Tints of Sherpa Blue #054150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 3.33%
G = 43.33%
B = 53.33%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#054150 (or 0x054150) is known color: Sherpa Blue. HEX triplet: 05, 41 and 50. RGB value is (5,65,80). Sum of RGB (Red+Green+Blue) = 5+65+80=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #054150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054150 is #FABEAF. Grayscale: #303030. Windows color (decimal): -16432816 or 5259525. OLE color: 5259525.

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

Color convert

RGB 5 65 80 -
CMYK 0.94 0.19 0 0.69
HSL 192º 0.88% 0.17% -
HSV(B) 192º 0.94% 0.31% -
XYZ 3.4 4.39 8.26 -
YUV 48.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 5 65 80 0.94 0.19 0 0.69 192 0.88 0.17
Hex 5 41 50 5E 13 0 45 C0 58 11
Octal 5 101 120 136 23 0 105 300 130 21
Binary 101 1000001 1010000 1011110 10011 0 1000101 11000000 1011000 10001

Color Harmonies of #054150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054150

Black with #054150

Text Example


Text Example

White with #054150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054150; }

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

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

background-color css

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

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

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

border-color css

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

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

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