#054758

Color #054758 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #054758

Tints of Sherpa Blue #054758

Color information

#054758 (or 0x054758) is unknown color: approx Sherpa Blue. HEX triplet: 05, 47 and 58. RGB value is (5,71,88). Sum of RGB (Red+Green+Blue) = 5+71+88=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #054758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054758 is #FAB8A7. Grayscale: #353535. Windows color (decimal): -16431272 or 5785349. OLE color: 5785349.

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

Color convert

RGB57188-
CMYK0.940.1900.65
HSL192.29º89.25%18.24%-
HSV(B)192.29º94.32%34.51%-
XYZ4.085.2410.03-
YUV53.2147.6393.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=3.05%
G=43.29%
B=53.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal571880.940.1900.65192.2989.2518.24
Hex547585E13041c05912
Octal510713013623010130013122
Binary101100011110110001011110100110100000111000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054758; }

 p { color: rgb(5,71,88); }

 H1.HeaderClassName
 {
   color: #054758;
 }
 .AnyTagClassName
 {
   color: #054758;
 }
</style>
background-color css

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

 a { background-color: rgb(5,71,88); }

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

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

 span { border-color: rgb(5,71,88); }

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