#05404B

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

Shades of Sherpa Blue #05404B

Tints of Sherpa Blue #05404B

Color information

#05404B (or 0x05404B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 40 and 4B. RGB value is (5,64,75). Sum of RGB (Red+Green+Blue) = 5+64+75=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #05404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05404B is #FABFB4. Grayscale: #2F2F2F. Windows color (decimal): -16433077 or 4931589. OLE color: 4931589.

HSL color Cylindrical-coordinate representation of color #05404B: hue angle of 189.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05404B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56475-
CMYK0.930.1500.71
HSL189.43º87.5%15.69%-
HSV(B)189.43º93.33%29.41%-
XYZ3.174.217.3-
YUV47.61143.4597.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 75 (29.69% from 255) = 52.08%
R=3.47%
G=44.44%
B=52.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal564750.930.1500.71189.4387.515.69
Hex5404B5DF047bd5810
Octal510011313517010727513020
Binary10110000001001011101110111110100011110111101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05404B; }

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

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

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

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

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

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

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

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