Html Css Color HEX #054A5E Sherpa Blue

📋 copy color: '#054A5E'

red 5 ◦ green 74 ◦ blue 94

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

Shades of Sherpa Blue #054A5E

Tints of Sherpa Blue #054A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.77%

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 2.89%
G = 42.77%
B = 54.34%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#054A5E (or 0x054A5E) is known color: Sherpa Blue. HEX triplet: 05, 4A and 5E. RGB value is (5,74,94). Sum of RGB (Red+Green+Blue) = 5+74+94=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #054A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A5E is #FAB5A1. Grayscale: #373737. Windows color (decimal): -16430498 or 6179333. OLE color: 6179333.

HSL color Cylindrical-coordinate representation of color #054A5E: hue angle of 193.48º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A5E is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 74 94 -
CMYK 0.95 0.21 0 0.63
HSL 193.48º 0.9% 0.19% -
HSV(B) 193.48º 0.95% 0.37% -
XYZ 4.53 5.74 11.46 -
YUV 55.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 5 74 94 0.95 0.21 0 0.63 193.48 0.9 0.19
Hex 5 4A 5E 5F 15 0 3F C1 5A 13
Octal 5 112 136 137 25 0 77 301 132 23
Binary 101 1001010 1011110 1011111 10101 0 111111 11000001 1011010 10011

Color Harmonies of #054A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A5E

Black with #054A5E

Text Example


Text Example

White with #054A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054A5E; }

 p { color: rgb(5,74,94); }

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

background-color css

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

 a { background-color: rgb(5,74,94); }

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

border-color css

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

 span { border-color: rgb(5,74,94); }

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