Html Css Color HEX #054054 Sherpa Blue

📋 copy color: '#054054'

red 5 ◦ green 64 ◦ blue 84

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

Shades of Sherpa Blue #054054

Tints of Sherpa Blue #054054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 54.9%

R = 3.27%
G = 41.83%
B = 54.9%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#054054 (or 0x054054) is known color: Sherpa Blue. HEX triplet: 05, 40 and 54. RGB value is (5,64,84). Sum of RGB (Red+Green+Blue) = 5+64+84=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #054054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054054 is #FABFAB. Grayscale: #303030. Windows color (decimal): -16433068 or 5521413. OLE color: 5521413.

HSL color Cylindrical-coordinate representation of color #054054: hue angle of 195.19º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054054 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 64 84 -
CMYK 0.94 0.24 0 0.67
HSL 195.19º 0.89% 0.17% -
HSV(B) 195.19º 0.94% 0.33% -
XYZ 3.5 4.34 9.04 -
YUV 48.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 5 64 84 0.94 0.24 0 0.67 195.19 0.89 0.17
Hex 5 40 54 5E 18 0 43 C3 59 11
Octal 5 100 124 136 30 0 103 303 131 21
Binary 101 1000000 1010100 1011110 11000 0 1000011 11000011 1011001 10001

Color Harmonies of #054054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054054

Black with #054054

Text Example


Text Example

White with #054054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054054; }

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

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

background-color css

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

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

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

border-color css

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

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

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