#05474B

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

Shades of Sherpa Blue #05474B

Tints of Sherpa Blue #05474B

Color information

#05474B (or 0x05474B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 47 and 4B. RGB value is (5,71,75). Sum of RGB (Red+Green+Blue) = 5+71+75=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #05474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05474B is #FAB8B4. Grayscale: #333333. Windows color (decimal): -16431285 or 4933381. OLE color: 4933381.

HSL color Cylindrical-coordinate representation of color #05474B: hue angle of 183.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 #05474B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57175-
CMYK0.930.0500.71
HSL183.43º87.5%15.69%-
HSV(B)183.43º93.33%29.41%-
XYZ3.595.057.44-
YUV51.72141.1394.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=3.31%
G=47.02%
B=49.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal571750.930.0500.71183.4387.515.69
Hex5474B5D5047b75810
Octal51071131355010726713020
Binary1011000111100101110111011010100011110110111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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