#05454B

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

Shades of Sherpa Blue #05454B

Tints of Sherpa Blue #05454B

Color information

#05454B (or 0x05454B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 45 and 4B. RGB value is (5,69,75). Sum of RGB (Red+Green+Blue) = 5+69+75=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #05454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05454B is #FABAB4. Grayscale: #323232. Windows color (decimal): -16431797 or 4932869. OLE color: 4932869.

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

Color convert

RGB56975-
CMYK0.930.0800.71
HSL185.14º87.5%15.69%-
HSV(B)185.14º93.33%29.41%-
XYZ3.464.87.4-
YUV50.55141.895.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=3.36%
G=46.31%
B=50.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal569750.930.0800.71185.1487.515.69
Hex5454B5D8047b95810
Octal510511313510010727113020
Binary10110001011001011101110110000100011110111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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