#05384C

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

Shades of Sherpa Blue #05384C

Tints of Sherpa Blue #05384C

Color information

#05384C (or 0x05384C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 38 and 4C. RGB value is (5,56,76). Sum of RGB (Red+Green+Blue) = 5+56+76=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #05384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05384C is #FAC7B3. Grayscale: #2A2A2A. Windows color (decimal): -16435124 or 4995077. OLE color: 4995077.

HSL color Cylindrical-coordinate representation of color #05384C: hue angle of 196.9º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05384C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB55676-
CMYK0.930.2600.70
HSL196.9º87.65%15.88%-
HSV(B)196.9º93.42%29.8%-
XYZ2.783.387.34-
YUV43.03146.6100.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 76 (30.08% from 255) = 55.47%
R=3.65%
G=40.88%
B=55.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal556760.930.2600.70196.987.6515.88
Hex5384C5D1A046c55810
Octal57011413532010630513020
Binary10111100010011001011101110100100011011000101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05384C; }

 p { color: rgb(5,56,76); }

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

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

 a { background-color: rgb(5,56,76); }

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

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

 span { border-color: rgb(5,56,76); }

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