Html Css Color HEX #054051 Sherpa Blue

📋 copy color: '#054051'

red 5 ◦ green 64 ◦ blue 81

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

Shades of Sherpa Blue #054051

Tints of Sherpa Blue #054051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 81 (32.03% from 255) = 54%

R = 3.33%
G = 42.67%
B = 54%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#054051 (or 0x054051) is known color: Sherpa Blue. HEX triplet: 05, 40 and 51. RGB value is (5,64,81). Sum of RGB (Red+Green+Blue) = 5+64+81=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #054051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054051 is #FABFAE. Grayscale: #303030. Windows color (decimal): -16433071 or 5324805. OLE color: 5324805.

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

Color convert

RGB 5 64 81 -
CMYK 0.94 0.21 0 0.68
HSL 193.42º 0.88% 0.17% -
HSV(B) 193.42º 0.94% 0.32% -
XYZ 3.38 4.29 8.44 -
YUV 48.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 5 64 81 0.94 0.21 0 0.68 193.42 0.88 0.17
Hex 5 40 51 5E 15 0 44 C1 58 11
Octal 5 100 121 136 25 0 104 301 130 21
Binary 101 1000000 1010001 1011110 10101 0 1000100 11000001 1011000 10001

Color Harmonies of #054051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054051

Black with #054051

Text Example


Text Example

White with #054051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054051; }

 p { color: rgb(5,64,81); }

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

background-color css

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

 a { background-color: rgb(5,64,81); }

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

border-color css

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

 span { border-color: rgb(5,64,81); }

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