Html Css Color HEX #054257 Sherpa Blue

📋 copy color: '#054257'

red 5 ◦ green 66 ◦ blue 87

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

Shades of Sherpa Blue #054257

Tints of Sherpa Blue #054257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 87 (34.38% from 255) = 55.06%

R = 3.16%
G = 41.77%
B = 55.06%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#054257 (or 0x054257) is known color: Sherpa Blue. HEX triplet: 05, 42 and 57. RGB value is (5,66,87). Sum of RGB (Red+Green+Blue) = 5+66+87=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #054257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054257 is #FABDA8. Grayscale: #323232. Windows color (decimal): -16432553 or 5718533. OLE color: 5718533.

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

Color convert

RGB 5 66 87 -
CMYK 0.94 0.24 0 0.66
HSL 195.37º 0.89% 0.18% -
HSV(B) 195.37º 0.94% 0.34% -
XYZ 3.73 4.62 9.71 -
YUV 50.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 5 66 87 0.94 0.24 0 0.66 195.37 0.89 0.18
Hex 5 42 57 5E 18 0 42 C3 59 12
Octal 5 102 127 136 30 0 102 303 131 22
Binary 101 1000010 1010111 1011110 11000 0 1000010 11000011 1011001 10010

Color Harmonies of #054257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054257

Black with #054257

Text Example


Text Example

White with #054257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054257; }

 p { color: rgb(5,66,87); }

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

background-color css

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

 a { background-color: rgb(5,66,87); }

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

border-color css

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

 span { border-color: rgb(5,66,87); }

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